Giter VIP home page Giter VIP logo

code.quarkus.io's Introduction

Code Quarkus App

Code Quarkus API CI Code Quarkus Frontend CI Code Quarkus Library CI

Development

Have a look at the Makefile to find the most used dev commands.

In one terminal tab, use this command to start backend in dev mode (on: http://0.0.0.0:8080).

make dev-api

Or use those command to start the api in packaged mode (on: http://0.0.0.0:8080).

make build-api
make start-api

In the another terminal tab, use those commands to link the library and then start frontend in dev mode also watching for changes in the lib (on: http://0.0.0.0:3000).

make link-lib
make dev-lib

If you want to unlink the local library and use the npm package library in the frontend:

make unlink-lib

Publishing a change in the library to npm

@quarkusio/code-quarkus library NPM packages

On your PR which contains the changes, run (before committing):

make tag-lib

It will automatically change the .bitmap file, which will trigger a GH action when the PR gets merged to publish a new version in npm.

Staging

Staging is auto-updated with main (it takes ~15min to refresh after a merge): https://stage.code.quarkus.io

You can check deployed commit hash on: https://stage.code.quarkus.io/api/config

Promote to production

It is automated based on the acceptance tests

API Documentation

code.quarkus.io's People

Contributors

aguibert avatar aloubyansky avatar cescoffier avatar dependabot[bot] avatar edewit avatar emmanuelbernard avatar evanchooly avatar gastaldi avatar geoand avatar gsmet avatar ia3andy avatar insectengine avatar jmtd avatar machi1990 avatar maxandersen avatar nderwin avatar netodevel avatar phillip-kruger avatar ppalaga avatar rsvoboda avatar rubenskj avatar sr-lut3t1um avatar stuartwdouglas avatar xstefank avatar yrodiere 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.