KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
glorious-codes
★ 10
Open GitHub ↗
Organization's website
Download README (.md)
Explore Similar Repositories
var-packagist-search
:
Quickly thrown together code to scan popular Packagist libs for PHP's "var" keyword
slack-channel-manager
:
Slack Bot for private channel management in a public workspace.
awesome-nonprofit
:
A list of vendors that provide discounts for non-profit organizations
k8s-hands-on
:
No description available.
Learning-Angular-7
:
Learning Angular 7 [Video], published by Packt
// 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
glorious-codes
?
Download (.md)
# Glorious Codes Glorious Codes website [](https://circleci.com/gh/glorious-codes/glorious-codes/tree/master) [](https://coveralls.io/github/glorious-codes/glorious-codes?branch=master) ## Contributing 1. Install [Node](https://nodejs.org/en/). Download the "Recommend for Most Users" version. 2. Clone the repo: ``` bash git clone git@github.com:glorious-codes/glorious-codes.git ``` 3. Go to the project directory ``` bash cd glorious-codes ``` 4. Install the project dependencies ``` bash npm install ``` 5. If you want to just build the project, run: ``` bash npm run build ``` 6. Otherwise, run: ``` bash npm run start ``` The app runs on `http://localhost:7000`. The browser automatically reloads for any source file changes. ## Tests 1. Ensure that all code that you have added is covered with unit tests: ``` bash npm run test ``` 2. You can optionally generate coverage report after running tests: ``` bash npm run test -- --coverage ```