KokenWiki is a Markdown wiki system built on top of Ruby on Rails
- Ruby 3.3
- Rails 6.1
- Node.js 23
- React + TypeScript
- MySQL 8.0
Docker and docker compose are recommended to setup your development environment
- build frontend
yarn install && yarn build- or delete volume mount
./:/appincompose.yml, this mount is overwriting frontend artifacts
- Start services
docker compose up
- visit local development server localhost:3000
MIT