Skip to content

stphnrdmr/hannoverjs.de

 
 

Repository files navigation

HannoverJS Website

The official HannoverJS Website

Using:

Development

Clone/fork this repository, cd into it and install the npm dependencies first:

$ npm install

Commands

  • Start development server on localhost:3000

    $ npm start
    
  • Lint .js files

    $ npm run lint
    
  • Lint .js files and fix errors/warnings automatically

    $ npm run lint:fix
    
  • Run tests

    $ npm test
    
  • Generate production build in a /dist folder

    $ npm run build
    
  • Delete /dist folder

    $ npm run clean
    
  • Generate production build and deploy on gh-pages branch

    $ npm run deploy
    

License

MIT

About

The official HannoverJS Website

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.4%
  • CSS 21.4%
  • HTML 10.2%