Welcome to the drawanything Application.
This repository is a remix based application:
-
app/ contains the source for the UI side.
- app/assets contains the images required for the application
- app/components - Common UI Components
- app/routes - Paths supported in the application
- app/styles - Common styles used across the application
-
server/ contains the source for the Server Side.
For setting up the project locally, you need to create an .env in the root path. Application backend is hosted on firebase. You need to create a project in firebase.
.env file should contain three variables
- SERVICE_ACCOUNT
- CLIENT_CONFIG
- REDIS_URL
Interested in contributing? Please do feel free to open a PR.
Found any issues do open an issue
🙌 Questions? start a discussion.
- Excalidraw - Design Inspiration
- Lucide.dev - Design Icons
- Kent C Dodds - Github workflow setup