SetUp This project locally
Let's discover how to setup this project locally in less than 5 minutes.
#
Getting StartedGet started by forking the project from Github.
#
Then open a terminal in your systemmkdir community-library
cd community-library
git clone https://github.com/<your github user name>/Community-Library.git
yarn
oryarn install
yarn start
Your site starts at http://localhost:3000
.
#
leave the first terminal open.#
In second terminalcd community-library
code .
Open docs/intro.md
and edit some lines: the site reloads automatically and display your changes.