Follow these steps to get started with SignCraft:
- Clone the Repository:
git clone git@github.com:SignCraft2024/signcraft.git- Install deps
cd signcraft
npm install- Init firebase project and set up Authentication



- Set .env variable
- create a .env or rename file in the root of the project
VITE_API_KEY='**********'
VITE_AUTH_DOMAIN='************'
VITE_PROJECT_ID='***************'
VITE_STORAGE_BUCKET='***************'
VITE_MESSAGING_SENDER_ID='***************'
VITE_APP_ID='*****************'- Run
npm run dev- Build
npm run buildcheck Prettier
npm run formatformat with Prettier
npm run check-formatESLint
npm run lint

