Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

gengue/votio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Votio

TODO - insert a logo and screenshot here

Turn customer feedback into actionable insights with Votio

Votio is an open source Customer feedback management tool

⭐️ Why Novu?

TODO

✨ Features

TODO

👨‍💻 Development

Prerequisites

Votio is powered by PocketBase and SolidJS so you should have:

How to run locally

Using Task

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

Manually

  1. Clone this repo
  2. Install and build backend dependencies:
cd pocketbase
go mod download
go build
  1. Run server: ./pocketbase serve
  2. Open a new terminal at the root of the repo
  3. Install frontend dependencies:
cd app
pnpm install
pnpm dev
  1. Open a new terminal and run: pnpm dev

Using Docker

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

🚀 Deployment

TODO

🛡️ License

Novu is licensed under the MIT License - see the LICENSE file for details.

About

Customer feedback management tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published