Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/megasanjay/studio


https://github.com/megasanjay/studio

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# AI Gallery Studio

Platform for uploading images for the AI Gallery page on [sanjaysoundarajan.dev](https://sanjaysoundarajan.dev/gallery).

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install
```

## Development Server

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

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Locally preview production build:

```bash
yarn preview
```