Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 451 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 451 Bytes

Prerequisites

Node.js and npm

Installation

After cloning the repository, cd to it, and doing `git checkout`` to the desired branch

npm i or yarn

To run the project

Find the "scripts" in package.json - to run them use:

npm run dev - to run the project locally in dev mode

npm run build - to build the project ready for production - this will export into the dist folder of production ready files that can be served statically.