/andromeda-site

Official product/download page for Andromeda Sketching Tool

Primary LanguageJavaScript

Andromeda Homepage

The offical product/download page for Andromeda Sketching Tool! See the application source code here over at @darrinhaase

Live Site at andromeda.techman.dev

Written in...

Vite + React + Tailwind
Deployed on Cloudflare Pages

How to run locally

  1. npm install
  2. npm run dev
  3. Ready on localhost:5173

How to build for deployment

  1. npm install
  2. npm run build
  3. Done, ready in /dist!