Skip to content

Forked2/JavaScript.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript.com

This is the repo for the JavaScript.com website.

Installing NVM

  • Install NVM ($ brew install nvm and follow instructions)
  • $ nvm install iojs-v1.2.0
  • $ nvm use iojs-v1.2.0

Running

  • Install dependencies with $ npm install.
  • Create the local PostgreSQL database with $ createdb javascriptcom.
  • Load schema with $ psql javascriptcom < db/schema.sql
  • This app authenticates with GitHub, so you'll need to create a GitHub Application and set ENVs for GH_CLIENT_ID and GH_CLIENT_SECRET.
  • Run the application with $ npm start.
  • Compile and watch Sass with $ gulp.

For debugging all the things, run DEBUG=* npm start.

Development

If you add any runtime dependencies, you must run npm shrinkwrap and commit changes to npm-shrinkwrap.json.

About

A resource for the JavaScript community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 45.7%
  • CSS 30.8%
  • HTML 22.8%
  • Shell 0.7%