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

https://github.com/samrath49/business_app


https://github.com/samrath49/business_app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Getting Started

Install the dependencies and run the development server

```bash
#For development:
npm install
npm run dev
```

```bash
# For optimized build:
npm run build
# Generates the build in .Next dir
```