Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 824 Bytes

File metadata and controls

34 lines (21 loc) · 824 Bytes

unswwit.com

This repository houses the UNSW Women in Technology website.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you start, make sure you have the following software installed.

Installing

  1. Clone the repository
git clone https://github.com/unswwit/website.git
  1. Add the .env.local file to the root of the frontend directory

  2. Install npm packages and run with

cd frontend
npm install
npm run dev

The local server should be open on port 3000.