Skip to content

julianmendonca/DALL-E-2-image-generator

 
 

Repository files navigation

Fastify & Typescript App

Fastify & TypeScript starter repository.

Installation

$ git clone https://github.com/Matschik/fastify-typescript-starter.git
$ cd fastify-typescript-starter
$ yarn install

Usage

Development

# Required: typescript watch compilation
$ yarn watch

# Required: development server with hot reload (nodemon)
$ yarn dev

# Format with prettier
$ yarn format

Production

# build for production
$ yarn build

# start production app
$ yarn start

About

Fastify app to create artificially generated images using DALL-E-2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.3%
  • HTML 33.5%
  • Shell 2.2%