Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 939 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 939 Bytes

Magbox

Magbox is a website to store links you plan to read later or save for future reference. Like bookmarks but (a bit) better.

build-and-deploy-container
build and lint
run e2e tests

Development

Run the backend:

go run main.go serve --http="localhost:9000"

Run the frontend:

npm run dev

Visit http://localhost:5173/

E2E

Currently the e2e setup is beyond subpar. After making changes you need to run npm run build:test.