Welcome to the official repository for ADRENA's frontend page. Built with Next.js, this frontend is the gateway to interacting with the ADRENA program.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the following installed:
Clone the Repository
To get started, clone this repository to your local machine.
Install Dependencies
Navigate to the project directory and install the required dependencies:
cd frontend
npm i
Install Pre-commit hook
npx husky install
Setup environment file
cp .env.example .env
and set mandatory env variables
Launch the Development Server
npx next dev
Then, open http://localhost:3000 in your browser to view the frontend.
We highly value contributions from the community! If you're interested in helping improve ADRENA's frontend, please take a moment to review our contribution guidelines.