KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
gallery
★ 24
Open GitHub ↗
user profile directory
Download README (.md)
Explore Similar Repositories
prompt-autocomplete
:
[UNMAINTAINED] A prompt in the terminal, but with autocomplete? A Node.js module
toggle
:
golang feature toggle library - a library to help make golang feature toggling clean and easy
node-ansiparser
:
ANSI escape sequence parser for node.js and the browser.
StopCrashing
:
Script to detect possible sources of crashes in Xamarin apps
htrc-book-models
:
Within-book topic modeling on HTRC feature extraction files
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gallery
?
Download (.md)
openname directory ============= Hosted instances: + https://openname.org ### Installation 1) Install the node dependencies ``` $ npm install ``` 2) Install the front-end JS dependencies ``` $ bower install ``` ### Running in development 1) Start up the development app ``` $ grunt serve ``` 2) Start up the API (comes bundled with the app used in deployment) ``` $ node app ``` 3) Go to `localhost:9000` ### Running in deployment 1) Build and commit the app resources ``` $ grunt build ``` 2) Copy the files in the repo to the server where you'd like to run the app For example, to deploy to heroku: ``` $ heroku create $ git add . $ git commit -m "YOUR COMMIT MESSAGE HERE" $ git push heroku master ``` 3) Run the app off the build ``` $ node app ```