Install the necessary dependencies
Before running, please install the necessary dependencies
npm install
Run development
When working on the project locally, you should run the developer version by
npm start
Build and serve
In order to build and servbe the static site you can run the following commands
npm build
npm serve