Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdrenaFoundation/frontend
https://github.com/AdrenaFoundation/frontend
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/AdrenaFoundation/frontend
- Owner: AdrenaFoundation
- Created: 2023-03-16T11:06:23.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-29T14:10:09.000Z (3 months ago)
- Last Synced: 2024-10-29T14:57:43.521Z (3 months ago)
- Language: JavaScript
- Homepage: https://frontend-adrena.vercel.app
- Size: 96 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-solana-ai-hackathon - Adrena Frontend Starter
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.