From 1f8f402ba72681f87d5ff25e51ba59c9e59df0fa Mon Sep 17 00:00:00 2001 From: JeelRajodiya Date: Sun, 28 Jul 2024 16:38:56 +0530 Subject: [PATCH] docs: add new url --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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