Go to file
2024-11-01 08:33:53 +07:00
.vscode Added v2 2024-05-04 04:03:40 +07:00
apps create: component alert-dialog using shadcn 2024-11-01 08:33:53 +07:00
packages Update deps 2024-05-26 13:04:59 +07:00
.eslintrc.js Added v2 2024-05-04 04:03:40 +07:00
.gitignore Added v2 2024-05-04 04:03:40 +07:00
.npmrc Added v2 2024-05-04 04:03:40 +07:00
package.json Migrate to turbo v2 2024-06-17 02:12:58 +07:00
pnpm-lock.yaml update: add dependecies app/frontend for component alert-dialog using shadcn 2024-11-01 08:32:35 +07:00
pnpm-workspace.yaml Added v2 2024-05-04 04:03:40 +07:00
README.md Add readme file 2024-05-08 21:16:48 +07:00
tsconfig.json Added v2 2024-05-04 04:03:40 +07:00
turbo.json Migrate to turbo v2 2024-06-17 02:12:58 +07:00

Dashboard Template Setup

Getting Started

This guide provides step-by-step instructions to set up the dashboard template from the repository for your development environment.

Prerequisites

1. Clone the Repository

Clone the v2 branch of the dashboard template repository and set the remote name to "template":

git clone -b v2 --single-branch git@github.com:sianida26/dashboard-template.git --origin template

2. Switch to Main Branch

After cloning, switch to the main branch:

cd dashboard-template
git checkout main

3. Disable Push to Template Remote

Set the "template" remote to be unpushable to prevent accidental updates:

git remote set-url --push template no_push

Usage

You're now ready to use the dashboard template. Begin your project modifications in the main branch. For further customizations, consult the Git documentation or raise an issue in the repository.