Website to compare different versions of a draft / RFC.
- Node.js 24.x
- Install npm dependencies:
npm install
- Duplicate
.env.sampleto.envand fill in the values.
In 2 separate terminals:
- Run the backend server with auto-restart:
npm run server:dev - Run the frontend with hot-reload:
npm run dev
npm run build