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

https://github.com/chuksjoshuaa/innoloft

Innoloft: Revolutionizing B2B Tech Ecosystems and Digital Transformation. Explore our interconnected platform driving seamless business networking and innovation exchange.
https://github.com/chuksjoshuaa/innoloft

axios react-quill reactjs redux-toolkit svg tailwindcss

Last synced: 2 months ago
JSON representation

Innoloft: Revolutionizing B2B Tech Ecosystems and Digital Transformation. Explore our interconnected platform driving seamless business networking and innovation exchange.

Awesome Lists containing this project

README

          

# Innoloft

image
image

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm start
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```