storj/satellite/admin/back-office/ui
Ivan Fraixedes 1f400a2750
satellite/admin/back-office/ui: Delete yarn.lock file
The yarn.lock file came from the former repository where the back office
UI was developed.

It seems that our build process complains about some dirty state related
to this file. Because we don't use Yarn, we delete the file, hoping to
resolve the build issues.

Change-Id: I5febd8292657289d0fc67e08151c6c8b5ac8b5dc
2023-09-29 12:48:17 +02:00
..
build satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00:00
public satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00:00
src satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00:00
.gitignore satellite/admin/back-office/ui: Don't ignore package-lock.json 2023-09-27 13:17:30 +02:00
assets_noembed.go satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00:00
assets.go satellite/admin: Serve back-office static UI 2023-09-26 13:18:29 +00: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-lock.json satellite/admin/back-office/ui: Don't ignore package-lock.json 2023-09-27 13:17:30 +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: Serve back-office static UI 2023-09-26 13:18:29 +00: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.