storj/satellite/admin/back-office/ui
Ivan Fraixedes 8381483f79
satellite/admin: Add back-office UI sources
Add the front-end sources of the new back-office.

The front-end doesn't have any business logic, it only has the pages and
the components, so it's purely UI.

The front-end was developed in a separate repository until was
completed.

Change-Id: I382e50789d6b929a67b8a0b887563ef48cb1473d
2023-09-22 18:02:55 +02:00
..
public satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
src satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
.gitignore satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
index.html satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
jsconfig.json satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
package.json satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
README.md satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
vite.config.js satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00
yarn.lock satellite/admin: Add back-office UI sources 2023-09-22 18:02:55 +02:00

essentials

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Lints and fixes files

# yarn
yarn lint

# npm
npm run lint

# pnpm
pnpm lint

Customize configuration

See Configuration Reference.