Ensure you have the following installed:
Installing Dependencies To set up your environment, first install the necessary dependencies:
yarn
Run Server To start the local server, run the following command:
yarn dev
Using Docker Alternatively, you can use Docker to start the project. This is especially useful for ensuring a consistent environment:
docker-compose up
Once your server is up and running, you can access the sample API endpoint at: http://localhost:3000/api/ilovejson This endpoint demonstrates the functionality of the I ❤️ JSON tools in action.
Made with contrib.rocks.
Contribute towards a better earth by buying the world a tree.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.