Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AdrenaFoundation/frontend


https://github.com/AdrenaFoundation/frontend

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# ADRENA's Frontend

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.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

Before you begin, ensure you have the following installed:

- Node.js version 18.0.0 or higher

### Installation

1. **Clone the Repository**

To get started, clone this repository to your local machine.

2. **Install Dependencies**

Navigate to the project directory and install the required dependencies:

```bash
cd frontend
npm i
```

3. **Install Pre-commit hook**

```bash
npx husky install
```

4. **Setup environment file**

```bash
cp .env.example .env
```

and set mandatory env variables

5. **Launch the Development Server**

```bash
npx next dev
```

Then, open http://localhost:3000 in your browser to view the frontend.

## Contributing

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.