Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prokawsar/paper-cost-react

A mobile app for calculating paper cost for packaging box
https://github.com/prokawsar/paper-cost-react

react react-router supabase supabase-auth tailwindcss

Last synced: 3 days ago
JSON representation

A mobile app for calculating paper cost for packaging box

Awesome Lists containing this project

README

        

## Paper Cost

## Demo

## Clone and run locally

1. You'll first need a Supabase project which can be made [via the Supabase dashboard](https://database.new).

For using existing created database, secrets for `.env` are shared in the email.

2. Clone this repo command

```bash
git clone https://github.com/prokawsar/paper-cost-react.git
```

3. Use `cd` to change into the app's directory and install dependencies

```bash
cd paper-cost-react
npm i
```

4. Rename `.env.local.example` to `.env` and update the following:

```
VITE_APP_SUPABASE_URL=[INSERT SUPABASE PROJECT URL]
VITE_APP_SUPABASE_ANON_KEY=[INSERT SUPABASE PROJECT API ANON KEY]
```

5. You can now run the Next.js local development server:

```bash
npm run start
```

The app should now be running on [localhost:3000](http://localhost:3000/).