Skip to content

radiantly/active-cpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Active CPers

This repo houses the code for the Active CPers website.

Built with React and Next.js

Running locally

To get this project working locally, run the following commands on your terminal.

# Clone the repo locally
git clone https://github.com/radiantly/active-cpers
cd active-cpers

# Install the dependencies
npm install

# Start the development server
npm run dev

# Visit http://localhost:3000/ to view the site

Tested on Node v15.3.0 / Manjaro Linux

Found a typo or want to improve the site? Feel free to open an issue/pull request.

Contributors