diff --git a/README.md b/README.md index cbcc5138..de182ba0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ Complete source of the umbraco community site, our.umbraco.org. Make sure to allow NuGet Package Restore in VS (Tools > Options > Package Manager). The first buid of the project will take quite a while, be patient, it will finish at some point. Upon build a web.config file will be copied into the `OurUmbraco.Site` project which you can use in the following step. +If you're working on the frontend (the js/css/etc parts in `~/OurUmbraco.Client`) then you can either run `~/build/BuildClientFiles.bat` to build them and have them copied into the site or `~/build/RunGulp.bat` if you're actively working (gulp will monitor changes, build and copy). Or if you have npm/gulp installed on your machine you can run the usual commands in the `~/OurUmbraco.Client` folder: + +``` +npm install +npm install -g install gulp -g +gulp +``` + ##Database restore Download the SQL Server Database from: http://umbracoreleases.blob.core.windows.net/ourumbraco/OurDev.zip