This repository serves as a monorepo with each package living in the packages/
directory. The fully integrated application lives in the packages/next
directory.
This repository intends to support Visual Studio Code as its primary development
environment. Its configurations in the
.vscode
directory
are committed, and an official Code Workspace for the repository can be found in
quisido.code-workspace
.
To install this repository and begin local development, use the following commands in order:
yarn set version latest
to keep Yarn up-to-date.- On Windows,
set FIND_VISUALSTUDIO_PATH=%CD%\scripts\find-visualstudio.cs&&yarn install
to synchronize Yarn's version with its dependencies. yarn run up
to upgrade dependencies.
yarn run dev
to run the application and its dependencies.