Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 230 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 230 Bytes

Codebase nextra documentation

Getting started

Clone the project and run the following commands.

git clone clone_url
cd repo_name
git fetch origin dev
git checkout dev
yarn install
yarn run build
yarn run start