Vyzo is an open source, self hosted alternative to note taking tools like Notion and others. This is still very much in a pre-alpha state, and many things are still yet to become functional
- Setup server from
https://github.com/DDDASHXD/vyzo-server
- Clone this repo
npm install
- Rename
.env.local.example
to.env.local
and change variables as needed - Run frontend
npm run dev
for development servernpm run build
for building servernpm start
to start a production build