Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 556 Bytes

File metadata and controls

30 lines (20 loc) · 556 Bytes

Contributing

What you need to have

Running the site locally

  1. Fork this repository.
  2. Clone the forked repository into your machine.
  3. Install dependencies.
npm install -g vercel
npm install
  1. Run the site locally.
vercel dev
  1. Login to vercel if prompted.

Making a pull request on this repository

  1. Push any changes you made to your forked repository.
  2. Create a pull request on this repository.