2023-09-25 16:40:39 -04:00
2023-09-20 13:18:25 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-21 14:29:34 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-21 14:29:34 -04:00
2023-09-19 16:21:42 -04:00
2023-09-21 14:29:34 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00
2023-09-19 16:21:42 -04:00

Base Web

Setup

  1. Ensure nvm is installed.
  2. Clone the repository.
  3. If nvm doesn't auto-load the Node.js environment when changing to the repo directory, run nvm use.
  4. Enable Yarn by running corepack enable.

Getting started

After cloning the repository begin by installing dependencies at the root.

yarn
yarn build

Local development

To start a development server on localhost, run yarn workspace @app/<project> dev.

For example, to start the web app locally, you would run yarn workspace @app/web dev.

Projects

There are three projects which can be run individually.

Web

yarn workspace @app/web dev

Docs

yarn workspace @app/base-docs dev

Bridge

yarn workspace @app/bridge dev

Contribution

We welcome contributions to Base project! To contribute, please follow these steps:

  1. Fork this repository.
  2. Commit your changes in a new branch.
  3. Create a pull request.

Visual Changes

If your pull request includes any visual changes to the project, please include before and after screenshots in your pull request description to help us better understand the changes.

Test Coverage

Please ensure that your pull request has good test coverage for the feature you implemented.

Review

Thank you for your contribution!

Description
No description provided
Readme 216 MiB
Languages
TypeScript 81.5%
JavaScript 14.2%
CSS 3.7%
MDX 0.3%
Shell 0.2%