| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Grants Open Source Platform.
---moneyyyy
---i need money cashhh
---i need money plataa / maroc -aaaaaa testttsss --- hello gigfoc for the win
-aaaaaa
bomboclat
Joel Vargas | Frontend Developer JoelVR17 Telegram |
Tech Rebel | Product Manager techrebelgit Telegram |
Pablo Mora | Product Owner pmora3003 Telegram |
Marco Araya | Backend Developer coxmars Telegram |
Follow the steps below to get started with this project:
Install dependencies:
npm iLint and Format with Biome: (This is to ensure code quality and consistency)
While Biome automatically lints and formats your staged files before each commit, you can also run these checks manually across the entire project using the following scripts:
pnpm biome:fix
# or
pnpm biomepnpm biome:checkpnpm biome:formatGenerate the Prisma Model into Supabase
npx prisma db pushStart the development server:
npm run devMake sure to set up the following environment variable in your .env file:
# SUPABASE -> Create a Supabase Database and copy the KEYS <-- See the Tutorial Video in Summary Section NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_ANON_KEY= NEXT_PUBLIC_SUPABASE_SERVICE_ROLE_KEY= # PRISMA <-- See the Tutorial Video in Summary Section DATABASE_URL= DIRECT_URL= # TRUSTLESS WORK <-- See the Video Below <-- Not necessary yet NEXT_PUBLIC_API_URL=https://dev.api.trustlesswork.com NEXT_PUBLIC_API_KEY=
To use this project, you must have one of the following wallets installed:
These wallets are required to interact with the platform.
You should use Chrome, Brave or Firefox browser, please install any of the wallets that were listen before. Important Note: If you're having problems to use Freighter, make sure that you have the wallet in "test net", and also if even you couldn't be able to use because it shows you "Not Available". Try going to: Security > Manage Connected Wallet > Remove the "localhost". If the problem persist, please contact us. This mistake happens for the wallet, not our product.
This project uses Biome.js for code linting and formatting, and Husky to enforce code quality and commit message standards.
Here's how it works:
These integrations help maintain a clean, consistent codebase and a well-structured commit history. If a commit fails due to either of these checks, please review the error messages provided by Biome or commitlint and make the necessary corrections.
| Back | FazBrowse Home | New Git URL |