These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Install Yarn
- Install Node.js/npm
- Install MongoDB
- Install MongoDB Compass (Recommended)
# Clone this repository
git clone https://github.com/cagansevencan/Shire-App
# Go into client folder
cd client
# Install client dependencies
yarn install or npm install
# Setup Environment Variables
# Create a .env file in the client folder
# Start client on localhost:3000
yarn dev or npm run dev
# Setup Environment Variables