This repository houses the UNSW Women in Technology website.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you start, make sure you have the following software installed.
- Git or Github Desktop
- Node.js and npm (usually bundled with Node.js)
- Clone the repository
git clone https://github.com/unswwit/website.git
-
Add the
.env.local
file to the root of the frontend directory -
Install npm packages and run with
cd frontend
npm install
npm run dev
The local server should be open on port 3000.