GitHub - jqlang/playground: A jq playground built with Next.js (original) (raw)

playground

A jq playground built with Next.js. Test your jq queries against JSON directly in your browser. All jq queries and HTTP requests to fetch JSON are processed locally in your browser. Snippets are sent to the server only if you choose to share them.

✨ Try it out at play.jqlang.org!

How It Works

Getting Started

Prerequisites

Running the App

1. Clone the repository

git clone https://github.com/jqlang/playground cd playground

2. Start in Development Mode

To start the app in development mode with hot reload enabled and a local PostgreSQL database:

Open your browser to http://localhost:3000 to explore the playground.

3. Run a Production Build

For a production-ready build, use:

npm run build npm run start

Open your browser to http://localhost:3000 to use playground locally in production mode.

Contributing

Contributions are welcome! πŸŽ‰ Whether you’re fixing bugs, adding features, or improving documentation, your help is appreciated.

License

πŸ“œ The jq playground is licensed under the MIT License.


Happy querying! πŸš€