项目作者: radiantly

项目描述 :
高级语言: JavaScript
项目地址: git://github.com/radiantly/active-cpers.git
创建时间: 2020-12-04T13:25:48Z
项目社区:https://github.com/radiantly/active-cpers

开源协议:MIT License

下载


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.

  1. # Clone the repo locally
  2. git clone https://github.com/radiantly/active-cpers
  3. cd active-cpers
  4. # Install the dependencies
  5. npm install
  6. # Start the development server
  7. npm run dev
  8. # 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.