Getting Started
First, clone the repo
git clone https://github.com/arpradio/gc-connect.git
cd gc-connect
install dependancies
npm i
edit the .env with your values , then --->
run dev server
npm run dev
or build for production/deploy
npm run build
and run after the following preceding a successful build
npm run start
The Web Application will now be running! Visit http://localhost:3000 and begin building your dApplication!
