https://github.com/privoce/vocespace-room
https://github.com/privoce/vocespace-room
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/privoce/vocespace-room
- Owner: Privoce
- License: apache-2.0
- Created: 2025-03-31T13:16:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T13:23:33.000Z (over 1 year ago)
- Last Synced: 2025-03-31T14:37:47.927Z (over 1 year ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 🎉