Developer Quickstart
Thanks for contributing to UIUC.chat ❤️
Start here
Set up Infiscal for Environment Variables
# install
brew install infisical/get-cli/infisical# add the repository
curl -1sLf \
'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.deb.sh' \
| sudo -E bash
# install
sudo apt-get update && sudo apt-get install -y infisicalWhere are my .env variables?
.env variables?Frontend Setup
(1/2) Install dev dependencies
(2/2) Set up secrets
Last step: start dev server!
Backend Setup
(1/2) Install dev dependencies
(2/2) Set up secrets
Last step: start dev server!
Last updated