/ModernChocolate.github.io

My user page, basically the ynotes-website dist sparsed folder.

Primary LanguageCSSMIT LicenseMIT

Upload /dist content on the ftp server

To run the project locally (requires npm installed)

#Install dependencies
npm install

#Build css file : all styles includes : for dev purpose ONLY
npm run dev

#Launch live server with hot reload
npm run serve

Before pushing

npm run prod