Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/v3xlabs/dh-web
- Owner: v3xlabs
- License: gpl-3.0
- Created: 2021-05-28T22:30:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:54:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T23:18:28.184Z (almost 2 years ago)
- Topics: discord, dogehouse, graphql, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 862 KB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Taking voice conversations to the moon ๐
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`