Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 220 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 220 Bytes

Yournal

Your journal pal

Setup

  • Server

Go 1.16

docker compose up -d
go run cmd/web/*
  • Client

Vue 3 + Vite + WindiCSS

npm i
npm run dev

Go to http://localhost:3000 and enjoy!