Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 934 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 934 Bytes

Grabtern Frontend

This is the frontend repository for Grabtern, a web application built with Next.js.

Getting Started

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/.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details. MIT