Skip to content

Getting Started

Toast edited this page Mar 2, 2025 · 4 revisions


Deploy to a Cloud Service

Use one of the services in the README and follow the instructions provided on the service.

You currently cannot deploy Art Class to a static host, such as Netlify, Cloudflare Pages, or GitHub Pages. This feature is planned in a future update. Vercel does work - however, don't expect verification to work.

Running Locally

You need NodeJS and Git installed on your system.

git clone https://github.com/havi11/artclass-enhanced.git # Clone the repo
npm install # Install packages
npm start # Start the bare server + serve static files

Clone this wiki locally