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

https://github.com/raid-guild/character-sheets-frontend


https://github.com/raid-guild/character-sheets-frontend

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CharacterSheets

Build a character through your work as a web3 mercenary. Slay moloch, earn XP.

Read more about this RIP [here](https://github.com/raid-guild/RIPs/issues/146).

Table of Contents


  1. Getting Started

  2. Contributing

## Getting Started

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

Steps to run locally:

1. Install dependencies:

```bash
yarn
```

2. Create a .env file, and fill in the missing variables:

```bash
cp .env.sample .env
```

3. run the development server:

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

## Contributing

See [CONTRIBUTING.md](https://github.com/raid-guild/character-sheets-frontend/blob/main/CONTRIBUTING.md) for details on how to contribute.