Skip to content

TimHi/magbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.