Skip to content

Commit

Permalink
docs: add new url
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Jul 28, 2024
1 parent 72cd32a commit 1f8f402
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1f8f402

Please sign in to comment.