Hermes is a toolset to port forward across boundaries
.devcontainer | ||
prisma | ||
routes/NextNet API | ||
src | ||
.gitignore | ||
dev.env | ||
init.sh | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
shell.nix | ||
tsconfig.json |
NextNet
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
.
-
First, check if you have a working Nix environment if you're using Nix.
-
Run
nix-shell
, or alternativelysource init.sh
if you're not using Nix. -
After that, run the project in development mode:
npm run dev
. -
If you want to explore your database, run
npx prisma studio
to open the database editor.