While you are welcome to submit issues / PRs - while the project base is created a lot of changes will be happening to the repo
Answer Overflow utilizes VSCode features such as workspaces and development containers to provide a fast and consistent cross platform development experience. If you already have VSCode and Docker installed then setting up should be as quick as opening the cloned project in VSCode and running reopen project in container along with open workspace
-
Clone & Open
With Visual Studio opened in a development container, open a folder in the root workspace
-
Run the whole project
yarn run dev -
Run a single app
yarn turbo run dev --filter='app-name' -
Install a package
yarn workspace <workspace> add <package>