diff --git a/README.md b/README.md index 2f376ea..ce85c82 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,13 @@ # Tour of JSON Schema This repository contains the code for the Tour of JSON Schema project. -https://json-schema-org.github.io/tour +https://tour.json-schema.org # Development The project is built using next.js. -after cloning the repository, create a `.env` file in the root of the project with the following content: - -```python -MODE = "local" -``` - -Then run the following command to install the dependencies: +After cloning the repository, run the following command to install the dependencies: ```bash yarn install @@ -27,7 +21,7 @@ yarn dev > when you run `yarn dev`, a file named `outline.json` will be created in th `/content` directory. This file is used to generate the table of contents for the website. - +(make sure you run tests before pushing your changes) To run the tests, run the following command: ```bash