Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.58 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.58 KB

Dark Deco

Try out DarkDeco for yourself!

DarkDeco demo in Next.js + TypeScript.

Demos utilize our demo design system that is easy to swap out for your own styling.

Tech stack

Our demo tech stack includes

Getting Started

Clone the repo

git clone https://github.com/chailandau/darkdeco.git

Add OctoAI token to .env

Create an OctoAI token if you don't already have one.

Create a .env file in the folder you are working in (octoai-apps/embroiderize) and add your token:

OCTOAI_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Developing

Install dependencies

yarn

Start the dev server

yarn dev

Deploying

Deploy to Vercel

The easiest way to deploy is by using Vercel, but you can use any host that supports Node.js.