mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-03-12 04:35:27 -07:00
Updated Building V4 (markdown)
parent
dfd98f4116
commit
a8b6b29447
@ -6,11 +6,11 @@ This example i'll be using VSCode to edit the frontend
|
||||
1. Install [NodeJS](https://nodejs.org/en/download/) and Tools for Node.js Native Modules
|
||||
1. Install [Yarn](https://yarnpkg.com/en/)
|
||||
1. Set the env variable to development `$export ASPNETCORE_Environment=Development` or `$env:ASPNETCORE_ENVIRONMENT = "Development"` in Powershell
|
||||
1. Go to ~/src/Ombi in the command line and run `dotnet run -- --host http://*:3577`
|
||||
1. In VSCode open up the folder `~src/Ombi/ClientApp`
|
||||
1. In VSCode open up a new Terminal and run the following:
|
||||
1. yarn (wait for it to install all dependencies)
|
||||
1. yarn start
|
||||
1. Go to ~/src/Ombi in the command line and run `dotnet run -- --host http://*:3577`
|
||||
|
||||
You can now make UI changes and it will use Hot Module Reloading to show the changes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user