Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SchwarTech/javalin.github.io

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

842 Commits
842 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javalin.io Chat at https://discord.gg/sgak4e5NKv License

This repo contains the source code for javalin.io.

Pull requests for adding tutorials and fixing errors in docs are very welcome.

Quickstart

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

Alternatively, you can use Docker to run the site without installing Ruby and Bundler.

# Build the Docker image
docker build -t javalin-web .
# Run the Docker container
docker run -p 4000:4000 -v ${PWD}:/app javalin-web

The site will be available at http://localhost:4000

The contributing guidelines have additional set-up information.

Contributing

Contributions are welcome! Please read the contributing guidelines before submitting a pull request.

About

Javalin website source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 34.1%
  • SCSS 24.5%
  • JavaScript 21.8%
  • CSS 12.5%
  • Java 3.8%
  • Kotlin 2.9%
  • Other 0.4%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.