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

https://github.com/privoce/vocespace-room


https://github.com/privoce/vocespace-room

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          


VoceSpace logo

# VoceSpace

## Demo

Give it a try at [vocespace demo](https://space.voce.chat/rooms/bby6-x55t)

## Dev Setup

Steps to get a local dev setup up and running:

1. Run `pnpm install` to install all dependencies.
2. Copy `.env.example` in the project root and rename it to `.env.local`.
3. Update the missing environment variables in the newly created `.env.local` file.
4. Run `pnpm dev` to start the development server and visit [http://localhost:3000](http://localhost:3000) to see the result.
5. Start development 🎉