- Install Node LTS version (v18) using nvm
nvm install 18.12.0
- Install & start redis - https://redis.io/docs/getting-started/installation/install-redis-on-mac-os/
brew install redis
brew services start redis
- Clone this repo
- cd into your cloned directory & install dependencies
npm install
- Copy .env file
cp .env.example .env
- Either start the python server on
localhost:8080
, or if you're lazy, use the test server in.env
-
SERVER_HOST=http://gooey-api-test.us-1.gooey.ai
- Start remix server
npm run dev
- Open localhost:3000 in your browser
-
base.tsx
-> List of React components -
custom.css
-> Designer's css styles -
app.css
-> Our css styles -
app.tsx
-> Business logic for calling python APIs, and rendering components