Files
Umbraco-CMS/src/Umbraco.Web.UI.Client
2022-10-14 11:45:58 +02:00
..
2022-10-04 18:48:18 +00:00
2022-10-07 19:08:19 +02:00
2022-10-05 10:23:45 +02:00
2022-10-10 13:25:00 +02:00
2022-10-04 20:39:57 +02:00
2022-10-14 11:45:58 +02:00
2022-10-04 20:39:57 +02:00
2022-09-27 14:43:53 +02:00

Umbraco.CMS.Backoffice

Installation instructions

  1. Run npm install
  2. Run npm run dev to launch Vite in dev mode

Environment variables

The development environment supports .env files, so in order to set your own make a copy of .env and name it .env.local and set the variables you need.

As an example to show the installer instead of the login screen, set the following in the .env.local file to indicate that Umbraco has not been installed:

VITE_UMBRACO_INSTALL_STATUS=must-install

Environments

Static website

See the Main branch in action here as an Azure Static Web App. The deploy runs automatically every time the main branch is updated. It uses mocked responses from the Umbraco API to simulate the site just like the local development environment.

Storybook

Storybook is also being built and deployed automatically on the Main branch, including a preview URL on each pull request. See it in action on this Azure Static Web App.