Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.82 KB
Logo

superapp

Minimalistic and simplistic sql and api client under development

Features

✨ Minimalistic API and SQL client

✨ Designed to be simple and minimal to get basic things done rather than being feature packed

🔥 Not an replacement for any tool, it's a tool on its own league

🔥 Local only: all your data are saved locally, no cloud sync or shit like that

🔥 Under development, that means app will be improved and maintained consistently

Headshots

Screenshot 2024-12-21 at 14 28 47 Screenshot 2024-12-21 at 14 26 59 Screenshot 2024-12-21 at 14 28 32

Technologies Used

Contribute to the Project

To run this project locally, follow these steps:

  1. Clone the repository.
    git clone https://github.com/therealrinku/superapp.git
    
  2. Install the dependencies.
    yarn install
    
  3. Run the project.
    yarn start
    

Build and create a package

yarn package