Skip to content

Building for development

Abel Fernández edited this page Apr 14, 2020 · 1 revision

The easiest way to build the ponferrada projects for local development is:

  1. If you have made changes that have created new files, make sure they have been staged or committed.
  2. On the ponferrada root directory, perform git clean -xdf && yarn install && yarn build.
Clone this wiki locally