You can find the deployed project at https://fpspokane.vercel.app
- Fork and clone the repo to install it as your own remote.
- Navigate to the client folder
- run:
cp .env.sample .env
to copy over the enviornment variables - run:
npm install
to download all dependencies. - run:
npm start
to start your local development server.
- Navigate to the server folder
- run:
cp .env.sample .env
to copy over the enviornment variables - run:
npm install
to download all dependencies. - run:
npm run dev
to start your local development server.