Skip to content

ISSKA/SourceWebSite

Repository files navigation

RandoSources

Website for the sources book.

Installation

$ git clone [email protected]:ISSKA/SourceWebSite.git
$ cd SourceWebSite
$ npm install

Development

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

Deployment in production

Before first deployment, some configurations are required.

# build static website
$ npm run generate

# deploy static website to the server
$ npm run deploy

Releases

No releases published

Packages

No packages published

Languages