Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 281 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 281 Bytes

This is the Carapace website with a landing page, documentation and blog.

Develop Locally

  1. Clone this repo and npm install
$ git clone https://github.com/carapace-finance/website
$ cd website
$ npm install
  1. Run a website locally
$ npm run start