- Make sure you have NodeJS and npm installed.
- We also need backend API so follow instructions here to setup and start backend server here
- Then clone this repo
git clone [email protected]:coderplex/coderplex-website.git
cd coderplex-website
npm install
npm run dev
to start local development server- Open app at
localhost:3000