Welcome to Trens! Trens is a web-based application built using Next.js.
To run Trens locally, follow these steps:
-
Clone the repository:
git clone https://github.com/shuklaritvik06/trens-frontend.git
-
Navigate to the project directory:
cd trens-frontend
-
Install dependencies:
npm install
-
Setup .env.local file
Use the .env.example file to create your own .env.local file
-
You can get the Moralis API Key from https://moralis.io/
-
Run the development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
to view the application.
This project is licensed under the MIT License - see the LICENSE file for details.