Skip to content

tricksap/json-peek

Repository files navigation

JSON Peek (Peekr)

Json Peekr is designed with a clean and intuitive interface, ensuring effortless interaction and clarity in viewing JSON data. Whether you're debugging, exploring APIs, or simply organizing data, Json Peekr streamlines the process with its user-friendly features.

Prerequisites

Before running this project, make sure you have the following software installed on your machine:

  • Node.js (v14.x or later)
  • npm

To verify the installation, you can run:

node -v
npm -v

Installation

  1. Clone the repository:
git clone git@github.com:tricksap/json-peek.git
  1. Change to the project directory:
cd [Folder name]
  1. Install the dependencies:

For npm:

npm install

For yarn:

yarn install

Running the Project

To start the development server, use the following command:

npm run dev

The application will be available at http://localhost:3000.

Building for Production

To create an optimized production build, run:

npm run build

This will generate a .next folder with optimized assets. After the build, you can start the server in production mode:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors