https://github.com/raid-guild/character-sheets-frontend
https://github.com/raid-guild/character-sheets-frontend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/raid-guild/character-sheets-frontend
- Owner: raid-guild
- Created: 2023-08-24T19:28:11.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-09T00:34:11.000Z (about 2 years ago)
- Last Synced: 2024-04-09T04:23:24.083Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://play.raidguild.org
- Size: 8.34 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
## 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.