Website for the sources book.
$ git clone git@github.com:ISSKA/SourceWebSite.git
$ cd SourceWebSite
$ npm installSome website configuration are available here.
# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server at localhost:3000
$ npm run build
$ npm run startBefore first deployment, some configurations are required.
# build static website
$ npm run generate
# deploy static website to the server
$ npm run deploy