Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megasanjay/studio
https://github.com/megasanjay/studio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/megasanjay/studio
- Owner: megasanjay
- Created: 2023-03-02T08:07:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:27:50.000Z (about 1 year ago)
- Last Synced: 2024-05-01T18:25:16.152Z (8 months ago)
- Language: Vue
- Homepage: https://studio-megasanjay.vercel.app
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```