How to run Scriptorium:
- Navigate to the project directory
- Run the startup script (startup.sh). Wait for docker images to build and packages to install
- Run the run script (run.sh)
- Open http://localhost:3000 with your browser to see the result.
Alternertively, run the server yourself with:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev