/vastdome.io

Repository of Vastdome's Official Website

Primary LanguageCSS

vastdome.io

Install project dependencies

$ npm install

Run live preview

Run the command below and visit the local website at http://localhost:8000.

$ npm run develop

Build the website

Run the command below to generate the website in ./public folder.

$ npm run build