Note: You need to have NodeJS and NPM installed.
- Make sure the backend has been setup. Frontend will not work properly without backend. Refer to this on how to set up
- Run
npm installto install all necessary packages. - Copy the
.env.templatefile and rename to.env - Populate the
.envfile with the necessary environment variables. - Run
npm run devto start a development server for Astro. - Visit http://localhost:4321 to see the website in action.