Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

coderplex-org/coderplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work In Progress new coderplex site

XO code style styled with prettier

Demo

https://dev.coderplex.org

Running Locally

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