Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/v3xlabs/dh-web

NextJS Typescript GraphQL Frontend for the Dogehouse platform
https://github.com/v3xlabs/dh-web

discord dogehouse graphql nextjs typescript

Last synced: about 1 month ago
JSON representation

NextJS Typescript GraphQL Frontend for the Dogehouse platform

Awesome Lists containing this project

README

        







Taking voice conversations to the moon ๐Ÿš€




discord - users online


dogehouse - users online


Contribute
ยท
Community
ยท
Documentation

## DogeReviewers

Contributors helping to review/merge pull requests:

- [@chalkedgoose](https://github.com/chalkedgoose)
- [@4nkitd](https://github.com/4nkitd)
- [@lucemans](https://github.com/lucemans)

## Discord

Almost all development has been on the [DevTalk](https://discord.gg/t3NvdprFFP) discord server. Most of the contributers are contactable through here. Feel free to reach out if you need any help setting the project up or contributing!

## Setup

Copy the `.env.example` file to the `.env` file and replace the occuring values.

```bash
# Initial Setup
yarn

# Running the project in development
yarn dev
```

The process will boot on `localhost:3000`