Welcome to the drawanything Application.
Contents
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.
Setup
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
Contribution
Interested in contributing? Please do feel free to open a PR.
Issues
Found any issues do open an issue
🙌 Questions? start a discussion.
Credits
- Excalidraw - Design Inspiration
- Lucide.dev - Design Icons
- Kent C Dodds - Github workflow setup