This repo contains the source code for javalin.io
Pull requests for adding tutorials and fixing errors in docs are very welcome
This website is built with Jekyll. To run it locally, you need to have Ruby and Bundler installed.
# Install dependencies
bundle install
# Run the server
bundle exec jekyll serve --port 4000 --future --incremental
Contributions are welcome! Please read the contributing guidelines before submitting a pull request.