A Journal for Solo Ironsworn play
Using Nuxt, tailwind, and tiptap for content editing.
# install dependencies
$ bun install
# serve with hot reload at localhost:3000
$ bun --bun run dev
# build for production and launch server
$ bun --bun run build
$ bun --bun start
# generate static project
$ bun --bun run generate
For a detailed explanation on how things work, checkout Nuxt.js docs.