This is the frontend repository for Grabtern, a web application built with Next.js.
To get started with Grabtern Frontend, you'll need to install Node.js and npm on your machine. Then, you can clone this repository and install the dependencies:
git clone https://github.com/your-username/grabtern-frontend.git
cd grabtern-frontend
npm install
Once you've installed the dependencies, you can start the development server with:
npm run dev
This will start the development server on http://localhost:3000/.
If you'd like to contribute to Grabtern Frontend, you can fork this repository and create a feature or bug fix branch. Once you've made your changes, submit a pull request to the main repository.
This project is licensed under the MIT License - see the LICENSE file for details. MIT