Bholdus website (https://bholdus.com)
- Node
>=12.13.0 - To create a build, the CMS backend must be started for static site generation
Run cp .env.example .env and fill the necessary environment variables.
Run yarn to install all of the dependencies.
- To start developing, run
yarn develop - To create a build and start it, run
yarn build && yarn start