-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started with Development
Sam Sovereign edited this page Jul 30, 2025
·
3 revisions
This page is a work in progress. It will be updated with full steps and details for starting the necessary components needed to run a local instance of ThirdPlace.
If you're self-driving and motivated, the basics are this:
- Install Node.js 22+ and Elm
- Clone this repository onto your development device
-
cdintotp-frontendand runnpm install- installs dependencies -
npm run buildto build the artifacts (elm compile and vite build) -
npm run dev==viteserves a local ThirdPlace instance on port 5173 (visible at http://localhost:5173)