This project uses Node.js and python 3.
- Node.js version >= 20 or above (which can be checked by running node -v).
- Yarn version >= 1.22.19 (which can be checked by running yarn --version).
To install required Node packages:
yarn
Build the website:
yarn build
This command generates static content into the build
directory, which usually takes a few minutes (5-10 min.).
You can then serve build locally by running:
yarn serve