2026-02-09 15:13:51 -06:00
2026-02-03 17:52:44 -06:00
2026-02-09 15:13:51 -06:00
2026-01-30 14:10:11 -06:00
2026-02-02 21:58:53 +00:00
2026-01-30 14:10:11 -06:00
2026-02-04 15:54:25 -06:00
2026-01-30 13:57:39 -06:00
2026-02-02 21:58:53 +00:00
2026-02-02 21:58:53 +00:00
2026-01-30 14:10:11 -06:00
2026-01-30 14:10:11 -06:00
2026-01-30 14:10:11 -06:00

🚀 Getting Started

This project uses Bun as the package manager and runtime. Ensure you have Bun and PM2 installed globally before proceeding.

Development

To spin up the development server with Hot Module Replacement (HMR):

bun run dev

The dev server runs on port 4001 and is accessible across your local network via 0.0.0.0.

Production Build

To type-check the project and compile it for production:

bun run build


🏗️ Deployment & PM2 Management

We use PM2 to manage the production process, ensuring the application stays online and restarts automatically if it crashes.

Command Description
bun run start-prod Launches the production preview via PM2 under the name tasgrid.
bun run status View the status of the running PM2 processes.
bun run logs Tail the live logs for the tasgrid process.
bun run stop Stops the production process.
bun run deploy Full Cycle: Pulls latest code, builds, and restarts the process.

Quick Deploy

If you have updated the code on your server, simply run:

bun run deploy


🛠️ Port Reference

  • Development: 4001
  • Production (Preview): 4000

Usage

$ npm install # or pnpm install or yarn install

Learn more on the Solid Website and come chat with us on our Discord

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deployment

Learn more about deploying your application with the documentations

S
Description
No description provided
Readme Apache-2.0 5.3 MiB
Languages
TypeScript 92.6%
HTML 3.7%
JavaScript 3.2%
CSS 0.5%