This is the mono-repo for Lifenomics.
- Clone the repository using SSH
git clone git@github.com:konstantinlindner/lifenomics.git- Enter the newly created folder
cd lifenomics- Open in VSCode
code .- Open the terminal and install dependencies
pnpm i- Run the development servers
pnpm run dev