The project for the CONUN Homepage.
-
Use git to clone the repository on your computer.
-
Use
yarn
ornpm -i
to fetch and install the required packages -
Set up the correct environment variables (see below)
-
Run the project using
yarn dev
ornpm start
-
Alternatively, build the project using
yarn export
, ornpm run export
and serve the built files.
This project uses no environment variables