Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 628 Bytes

How to Contribute

Please start by reading our contributing docs.

Running Locally

  1. Clone the repo, and enter the directory:
git clone https://github.com/freeCodeCamp/web3-site.git
cd web3-site
  1. Install dependencies:
npm install
  1. Start the development build:
npm run develop

This should start a server at http://localhost:1234 where you can view the app.

Running on Gitpod

  1. Click the fancy button:

Open in Gitpod