Skip to content

Commit

Permalink
Merge branch 'main' into sync-to-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Micsushi authored Nov 4, 2024
2 parents 24ace90 + aabf37b commit 21f5dfe
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Banana Math :)

We're creating a user-friendly website for mental math practice that's all about simplicity and speed. Our mission? To make math practice effortless and enjoyable. We're carefully building our tech stack, prioritizing quality over quantity at every step. Testing is a big part of our process to ensure everything runs smoothly. With a strong focus on user experience and an agile approach, we're excited to bring you a top-notch math practice platform. Ready to dive in and crunch some numbers with us?
Checkout the site here: https://www.numerify.me/

We're creating a user-friendly website for mental math practice that's all about simplicity and speed. Our mission? To make math practice effortless and enjoyable. We're carefully building our tech stack, prioritizing quality over quantity at every step.With a strong focus on user experience and an agile approach, we're excited to bring you a top-notch math practice platform. Ready to dive in and crunch some numbers with us?

Stage 1: Basic Web app with calculation generated client-side

Expand All @@ -12,24 +14,19 @@ Stage 4: Authentication with Supabase for user, customization, leaderboard for u

Stage 5: Ads and Subscription for upkeep cost, launch site!

## How to build project?
## Run locally

Have a look at the .env.sample file and follow the steps in the link to create a .env.local

Local compiling

```
brew install npm
npm install next
npm run dev
```

Local compiling using docker

```
docker build . -t banana-math
```

```
docker run -d -p 3000:3000 banana-math
```

0 comments on commit 21f5dfe

Please sign in to comment.