Coder Social home page Coder Social logo

jakubknejzlik / compendium Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 3.0 14.79 MB

Compendium for various stuff built on serverless stack

License: MIT License

Makefile 0.35% HTML 0.57% CSS 4.69% TypeScript 85.78% Dockerfile 0.67% Go 6.86% JavaScript 1.09%

compendium's Introduction

Compendium

This project serves as a tool (ui+infrastructure) to visualize vast variety of related information in node connected graph. To run project locally, build packages/compendium-ui via available script below. Then copy local/env.js.example to site/compendium-ui/env.js file and modify graphql url in that file.

Available Scripts

In the project directory, you can run:

npm run build -w packages/compendium-ui

npm run dev -w examples/compendium-site

Runs the app in the development mode.
Open http://127.0.0.1:5173/ or press 'o' in console to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

To build cdk construct run:

npm run build -w packages/compendium-cdk

Compendium-ui package development hint

You can copy env.js.example to packages/compendium-ui folder and run following command to test compendium react component directly in package workspace (without example site):

npm run dev -w packages/compendium-ui

Release management

The repository contains GitHub workflow to publish packages to the npm registry after a successful merge to the main branch. CI/CD pipeline is triggered only when changes are made to the specific package (e.g. packages/compendium-cdk). To publish a new version of the package, follow the next steps:

  • Implement changes in the new branch
  • Increase the version of your package in package.json, following semantic versioning (!important, otherwise package with the wrong version will be published)
  • Alternatively you can use npm version <update-type> -w <workspace-of-your-package> command, see updating-your-published-package-version-number
  • Create a Pull Request to merge your branch with the main
  • After merging to the main branch, CI/CD pipeline does the rest

compendium's People

Contributors

jakubknejzlik avatar zatkoa avatar greczsky avatar nagy135 avatar

Watchers

 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.