TODO - insert a logo and screenshot here
Votio is an open source Customer feedback management tool
TODO
TODO
Votio is powered by PocketBase and SolidJS so you should have:
- Go v1.20+
- NodeJS v18+
- Task - optional, useful to manage the whole project
This is the easiest way to get started:
# install
task frontend-install
# This command will start the development servers for both backend and frontend
task run-app
- Clone this repo
- Install and build backend dependencies:
cd pocketbase
go mod download
go build
- Run server:
./pocketbase serve
- Open a new terminal at the root of the repo
- Install frontend dependencies:
cd app
pnpm install
pnpm dev
- Open a new terminal and run:
pnpm dev
if you don't have Go installed, you can use docker to work only in the frontend by:
cd pocketbase
docker-compose up -d
# then run the frontend server
cd ../app
pnpm install
pnpm dev
TODO
Novu is licensed under the MIT License - see the LICENSE file for details.