Skip to content

jolo-dev/consule.me

Repository files navigation

consule.me

An app that brings all your apps in one dashboard.

Pre-requisite

We used PNPM, thank me later 😉

Setup

Make sure to install the dependencies:

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

pnpm dev

Run the Design System

pnpm run story:dev

Test

We use vitest for running unit tests.

pnpm run test

Run test in watch mode

pnpm run test:watch

Production

Build the application for production:

pnpm run build

Locally preview production build:

npm run preview

Tech Stack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published