Do not use it in production.
This repository uses classic yarn v1.22.15 workspaces.
- To create a new experiment create a new branch.
- This branch should create a new workspace by simply creating a new folder in
packages/*
. - Name your folder following naming convention:
00X_your_experiment
. - For courtesy add in your new folder a
README.md
file explaining the purpose of your experiment. - When experiment is complete. Indicate your conclusion in
README.md
and merge branch to main.