Skip to content

raid-guild/character-sheets-frontend

Repository files navigation

CharacterSheets

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

Read more about this RIP here.

Table of Contents
  1. Getting Started
  2. Contributing

Getting Started

This is a Next.js project bootstrapped with create-next-app.

Steps to run locally:

  1. Install dependencies:
yarn
  1. Create a .env file, and fill in the missing variables:
cp .env.sample .env
  1. run the development server:
yarn dev

Open 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 for details on how to contribute.