Skip to content

Selfhosting

Nightly release version

It is very easy to host your own quokka web server.

Simple server

Install flutter and build the app using:

Terminal window
cd tools
dart pub get
cd ..
dart run tools/generate.dart
cd app
flutter pub get
flutter build web

All the files are in the app/build/web directory.