Skip to content

Commit

Permalink
Merge pull request #49 from 0xMillz/update_root_README
Browse files Browse the repository at this point in the history
Update root README
  • Loading branch information
0xMillz authored Aug 19, 2024
2 parents a6d848a + eaf5800 commit f54cc20
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
# Gnars monorepo
# Gnars Frontend Monorepo

## Introduction

[Gnars DAO](https://gnars.wtf/) is a community-driven project inspired by Nouns DAO that brings together extreme sports, art, and decentralized governance.
This frontend repository powers the web interface that allows users to interact with the Gnars ecosystem, including voting on proposals, viewing Gnars NFTs, and participating in DAO activities.

![Gnars DAO](https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExaG0xcnU5Z2FwZjZncDBsd3ZwdmlnNHc4OHl0bGZ4eHI0Zm1zOWM0cSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/t5jgYlyYqOBD8CqHWn/giphy.webp)

## Table of Contents

- [Introduction](#introduction)
- [Getting Started](#getting-started)
- [Project Structure](#project-structure)
- [Contributing](#contributing)
- [License](#license)

## Getting Started

### Prerequisites

Before you begin, ensure you have the following installed:

- [Node.js](https://nodejs.org/) (v18 or higher)
- [PNpm](https://pnpm.io/)

### Installation and Running Locally

Clone the repository and install dependencies:

```bash
git clone https://github.com/gnars-dao/gnars-frontend.git
cd gnars-frontend/packages/webapp
pnpm install

# Start the development server
pnpm dev
```

1 comment on commit f54cc20

@vercel
Copy link

@vercel vercel bot commented on f54cc20 Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gnars-frontend – ./packages/webapp

www.gnars.wtf
gnars-frontend-git-main-gnars.vercel.app
gnars.wtf
gnars-frontend-gnars.vercel.app

Please sign in to comment.