Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.29 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.29 KB

Hippocratic License HL3-FULL

Yorkshire Wood Community Organization

Website for the YorkShire Wood Community Organization.

Tech stack

Get started developing locally!

  1. If you are confident that you will use this code under the terms of its license, then fork the repo on Github.
  2. Clone or download the repo to your computer.
  3. Open a bash terminal and move to the root folder of the repository.
  4. In the bash terminal, install the dependencies by running yarn in the root folder of the repository.
  5. In the bash terminal, run yarn dev and copy the local address that appears in the terminal (usually http://localhost:3000/).
  6. 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.

Deploying to production

Checkout the deployment documentation for more information.