Merge pull request #396 from mozilla/revert-395-node-update Revert “Node update”
Merge pull request #396 from mozilla/revert-395-node-update
Revert “Node update”
This is our SSO server and identity provider for webmaker.org and all our additional Webmaker websites; sign in once, sign in everywhere!
The app is written using nodejs and uses npm for package management.
Once you have those you can get things up and running by:
npm install
cp env.sample .env
npm start
We use Grunt to lint our CSS and JS and these tests are run on each pull request sent into the mozilla repo using travis-ci.
If you want to check your code passes before sending in a pull request (and ensure no breaking builds) then:
npm install -g grunt
grunt --travis test
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
login.webmaker.org
This is our SSO server and identity provider for webmaker.org and all our additional Webmaker websites; sign in once, sign in everywhere!
Getting the Server Up and Running Locally
The app is written using nodejs and uses npm for package management.
Once you have those you can get things up and running by:
npm installcp env.sample .envnpm startTests
We use Grunt to lint our CSS and JS and these tests are run on each pull request sent into the mozilla repo using travis-ci.
If you want to check your code passes before sending in a pull request (and ensure no breaking builds) then:
npm install -g gruntgrunt --travis test