Giter Site home page Giter Site logo

reverse-architecture-web's Introduction

Reverse Architecture Turborepo

This is an official npm starter turborepo.

What's inside?

This turborepo uses npm as a package manager. It includes the following packages/apps:

Apps and Packages

  • apps/restruct-app: an application for creating and managing arhitecture workspaces and projects using C4 model and Structurizr language syntax.
  • apps/structurizr-preview-extensions: a Visual Studio Code extension for previewing the diagrams of a code written in Structurizr language.
  • apps/structurizr-preview-webview: a React app that is hosted inside the webview of the Visual Studio Code extension.
  • packages/@justmegaara/mxgraph: a TypeScript library that defines types for MXGrap vector diagrams (draw.io diagrams).
  • packages/@justmegaara/graphviz-dot: a very simple and limited builder of the Graphviz graphs in dot syntax (used internally).
  • packages/@monaco-editor/structurizr: a Structurizr DSL language definition types for Monaco editor.
  • packages/@restruct: a set of packages with common commponents and styles for the product suite.
  • packages/@structurizr/: a set of packages to work with Structurizr DSL and C4 model.
  • packages/@structurizr-preview: a set of common packages shared between Visual Studio Code extension project and React webview app.
  • @yjs/react: a set of components and providers to work with Yjs framework in React.
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd ./reverse-architecture-web
turbo run build

Develop

To develop all apps and packages, run the following command:

cd ./reverse-architecture-web
turbo run dev

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd ./reverse-architecture-web
npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo:

reverse-architecture-web's People

Contributors

justmegaara avatar

Watchers

 avatar  avatar

reverse-architecture-web's Issues

Create and account by signing in via GitHub

Switch between accounts

User Story

As a user I might want to have a personal account and a work account with different emails.

Search workspaces and commands in home page search bar

Tasks

  • Search workspaces and commands by entering text
  • Navigate through options via keyboard arrows
  • Select and execute any search result using Enter or a mouse click
  • Show more results in a separate page by clicking "see all" or pressing Enter

Pin comment threads on the diagram

User Story

  • As a user I want to leave comment anywhere on the diagram to highlight a section of the diagram
  • As a user I want to be able to reply to a comment in a thread to continue the conversation
  • As a user I want to mark thread as resolved when the conversation reached a conclusion

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.