This is a simple website created with NextJS for the purpose of testing out the framework. https://downutz.vercel.app/
To get started with this project, you'll need to have Node.js and npm installed on your machine. Once you have those set up, you can follow these steps:
- Clone the repository to your local machine.
- In the project directory, run
npm install
to install the required dependencies. - Run
npm run dev
to start the development server. - Open http://localhost:3000 in your browser to view the website.
This project is licensed under the MIT License - see the LICENSE file for details.