|
1 |
| -<h1 align="center"">Map of Pi</h1> |
| 1 | +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). |
2 | 2 |
|
3 |
| -<div align="center"> |
| 3 | +## Getting Started |
4 | 4 |
|
5 |
| -[](https://github.com/pi-apps/PiOS/blob/main/pi-commerce.md) |
6 |
| - |
7 |
| -[](https://app.netlify.com/sites/map-of-pi/deploys) |
8 |
| - |
| 5 | +First, run the development server: |
9 | 6 |
|
10 |
| -</div> |
| 7 | +```bash |
| 8 | +npm run dev |
| 9 | +# or |
| 10 | +yarn dev |
| 11 | +# or |
| 12 | +pnpm dev |
| 13 | +# or |
| 14 | +bun dev |
| 15 | +``` |
11 | 16 |
|
12 |
| -<div> |
13 |
| - <p align="justify"><b>Map of Pi</b> is a mobile application developed to help Pi community members easily locate local businesses that accept Pi as payment. This project was initiated as part of the Pi Commerce Hackathon with the goal of facilitating Pi transactions and connecting businesses with the Pi community.</p> |
14 |
| -</div> |
| 17 | +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. |
15 | 18 |
|
16 |
| -## Table of Contents |
| 19 | +You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. |
17 | 20 |
|
18 |
| -- [Brand Design](#brand-design) |
19 |
| -- [Tech Stack](#tech-stack) |
20 |
| -- [Team](#team) |
21 |
| -- [Contributions](#contributions) |
| 21 | +This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. |
22 | 22 |
|
23 |
| -## <a name='brand-design'></a>Brand Design |
| 23 | +## Learn More |
24 | 24 |
|
25 |
| -| App Logo | App Icon | |
26 |
| -| ------------- |:-------------:| |
27 |
| -| <img src="https://i.ibb.co/GTRWzSb/map-of-pi-logo-revised-3.png" alt="map-of-pi-logo-revised-3" border="0"> | <img src="https://i.ibb.co/4FQqXTG/map-of-pi-app-icon-revised-3b-transparent.png" alt="map-of-pi-app-icon-revised-3b-transparent" border="0"> |
| 25 | +To learn more about Next.js, take a look at the following resources: |
28 | 26 |
|
29 |
| -## <a name='tech-stack'></a>Tech Stack 📊 |
| 27 | +- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. |
| 28 | +- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. |
30 | 29 |
|
31 |
| -- **Frontend**: React, TypeScript, HTML, SCSS, CSS |
32 |
| -- **Backend**: Node.js, REST API |
33 |
| -- **Database**: MongoDB |
34 |
| -- **DevOps**: GitHub Actions, Netlify |
| 30 | +You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! |
35 | 31 |
|
36 |
| -## <a name='team'></a>Team 🧑👩🦱🧔👨🏾🦱👨🏾 |
| 32 | +## Deploy on Vercel |
37 | 33 |
|
38 |
| -### Project Manager |
39 |
| -- Philip Jennings |
| 34 | +The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. |
40 | 35 |
|
41 |
| -### Marketing |
42 |
| -- Bonnie Ford |
43 |
| -- Joseph Ciccone |
44 |
| - |
45 |
| -### Solution Design / UX |
46 |
| -- Femma Ashraf |
47 |
| -- Oluwabukola Adesina |
48 |
| -- Folorunsho Omotunde |
49 |
| - |
50 |
| -### DevOps |
51 |
| -- Danny Lee |
52 |
| - |
53 |
| -### Frontend Developers |
54 |
| -- Darin Hajou |
55 |
| -- Zoltan Magyar |
56 |
| - |
57 |
| -### Backend Developers |
58 |
| -- Rokundo Soleil |
59 |
| - |
60 |
| -## <a name='contributions'></a>Contributions |
61 |
| - |
62 |
| -<div> |
63 |
| - <p align="justify">We welcome contributions from the community to improve the Map of Pi project.</p> |
64 |
| -</div> |
| 36 | +Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. |
0 commit comments