-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Herb Caudill edited this page Sep 25, 2024
·
4 revisions
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:
- Clone this repo
- Open VS Code and click "install" for VS Code recommended extensions
- 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.