Skip to content

Commit

Permalink
docs: update readme commands (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: Wouter Janssens <wouter@digita.ai>
  • Loading branch information
woutermont and wouteraj authored May 10, 2021
1 parent e45ae6f commit fc3def4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ Opzet van een collectiebeheersysteem voor digitale objecten van kleine erfgoedin
== Run locally

When running the app locally for the first time, start by installing its dependencies. You can do so by executing the following command in the root of the cloned repository.
When running the app locally for the first time, or after an update, start by installing its dependencies. You can do so by executing the following command in the root of the cloned repository.

[source,bash]
----
$ npm run bootstrap:no-ci
----

Once the dependencies have installed, you can start the app by executing the following command.
Once the dependencies are installed, you can build the app by executing the following command.

[source,bash]
----
$ npm run start
$ npm run build:all
----

The `start` command automatically builds the necessary dependencies before starting the application. However, you can also build the app and its dependencies separately from the `start` command as follows.
After installing and building once, you can start the app at any time by executing the following command.

[source,bash]
----
$ npm run build
$ npm run start
----

== Run with Docker
Expand Down

0 comments on commit fc3def4

Please sign in to comment.