Giter Site home page Giter Site logo

mengstabketemaw / javalin.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from javalin/website

0.0 0.0 0.0 10 MB

Javalin website source code

Home Page: https://javalin.io

JavaScript 14.72% Ruby 0.16% CSS 11.28% HTML 40.87% Batchfile 0.10% Dockerfile 0.28% SCSS 32.59%

javalin.github.io's Introduction

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.

javalin.github.io's People

Contributors

tipsy avatar zugazagoitia avatar playacem avatar david-wg2 avatar jorunfa avatar northcoder-repo avatar hanbings avatar ralphsteinhagen avatar xpepper avatar nicole-git avatar mosrod avatar mvysny avatar elwin013 avatar saikai avatar the-funk avatar bseib avatar baumgarb avatar corlaez avatar raniagus avatar tareqk avatar stuatgit avatar sbdchd avatar soltaufintel avatar c-shubh avatar seckin206 avatar shpota avatar spullara avatar psychotherapistsam avatar protoss78 avatar kventil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.