Monorepo for the Tinlake applications.
Make sure you have installed Yarn and NVM.
- Use Node v14.15.1:
nvm use
- Install dependencies:
yarn install
- Add
.env
files with the right environment variables to each project.
It's also recommended to run Prettier automatically in your editor, e.g. using this VS Code plugin.
To add other repositories to this monorepo while preserving the Git history, we can use the following steps: https://medium.com/@filipenevola/how-to-migrate-to-mono-repository-without-losing-any-git-history-7a4d80aa7de2