Website for the YorkShire Wood Community Organization.
- If you are confident that you will use this code under the terms of its license, then fork the repo on Github.
- Clone or download the repo to your computer.
- Open a bash terminal and move to the root folder of the repository.
- In the bash terminal, install the dependencies by running
yarn
in the root folder of the repository. - In the bash terminal, run
yarn dev
and copy the local address that appears in the terminal (usuallyhttp://localhost:3000/
). - In a web browser, paste the address you just copied into the address bar and hit enter.
You should now be able to make changes to the code and see the output in your web browser.
Checkout the deployment documentation for more information.