From ca6b0bfd4cfbad9b8e6c667482c93a1eb4847166 Mon Sep 17 00:00:00 2001 From: heclon Date: Mon, 12 Aug 2024 02:41:54 +1000 Subject: [PATCH] Fixed README --- frontend/README.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 6fa6334..e8d10d6 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,35 +1,27 @@ -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). +## CRYPTO LOTTERY -## Getting Started +CRYPTO LOTTERY is an Ethereum BASED lottery for Worldcoin authenticated users with Proof of Persnhood and No syndicates allowed. +All ETH collected is won weekly, verifyable on the BASE Blockchain. The winner is picked using the Pyth network. +CRYPTO LOTTERY™ is also a tool for content creators and companies looking for ways to reward their communities with giveaways in ETH. First, run the development server: +### Setup + ```bash +npm install +then npm run dev -# or -yarn dev -# or -pnpm dev -# or -bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. -You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file. - -[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`. - -The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. - -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - ## Learn More To learn more about Next.js, take a look at the following resources: -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. +- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. +- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!