Website for the sources book.
$ git clone [email protected]:ISSKA/SourceWebSite.git
$ cd SourceWebSite
$ npm install
Some 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 start
Before first deployment, some configurations are required.
# build static website
$ npm run generate
# deploy static website to the server
$ npm run deploy