hermes/README.md
2024-04-21 21:07:53 -04:00

835 B

NextNet

built with nix License Badge


NextNet is a dashboard to manage portforwarding technologies.

Local Development

Note

Using nix is recommended. If you're not using Nix, install PostgreSQL, Node.JS, and lsof.

  1. First, check if you have a working Nix environment if you're using Nix.

  2. Run nix-shell, or alternatively source init.sh if you're not using Nix.

  3. After that, run the project in development mode: npm run dev.

  4. If you want to explore your database, run npx prisma studio to open the database editor.