Skip to content

Fabian-Kleine/postrocket

Repository files navigation

Postrocket

A simple web-based clone of Postman

Local Usage

Installation

git clone git@github.com:Fabian-Kleine/postrocket.git

cd postman-clone

Run local development server

npm run dev

Usage in NixOS

Installation

Clone the git Repo into NixOS

mkdir postrocket

cd postrocket

git clone git@github.com:Fabian-Kleine/postrocket.git

cd postman-clone

Initialize direnv

direnv allow

Now when you go into the project directory using cd the development server will automatically start:

VITE v5.4.6  ready in 172 ms

➜  Local:   http://localhost:5173/
➜  Network: use --host to expose
➜  press h + enter to show help