Skip to content
Herb Caudill edited this page Sep 25, 2024 · 4 revisions

XDev: Project X for DevResults

This is a local-first application for internal use by DevResults staff. The objectives of this project are:

  • Get engineers familiar with the next tech stack and the local-first architecture.
  • Lay the foundation for building a suite of "just-right" internal tools.
  • Begin to put some of our resources towards our next product, whatever that ends up being.

See also:

Running locally

  1. Clone this repo
  2. Open VS Code and click "install" for VS Code recommended extensions
  3. Install pnpm if needed npm i -g pnpm, then
pnpm install
pnpm dev

This will start a local sync server, and run vite in parallel to build and launch the application with hot reloading after code changes.

Additional topics

Clone this wiki locally