Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 413 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 413 Bytes

cadence-lang.org

Technical

cadence-lang.org uses Docusaurus2.

Running locally

Requirements:

To run the site locally, enter the following commands into a terminal window:

git clone https://github.com/onflow/cadence-lang.org.git
cd cadence-lang.org
npm i
npm run start
open "http://localhost:3000"