Commit 3014b35a authored by Nicolas Widart's avatar Nicolas Widart

Add step about installing elixir

parent 7f32d745
...@@ -43,6 +43,13 @@ composer create-project asgardcms/platform your-project-name --prefer-dist --sta ...@@ -43,6 +43,13 @@ composer create-project asgardcms/platform your-project-name --prefer-dist --sta
Run the usual `composer install` to get the dependencies. Run the usual `composer install` to get the dependencies.
### Run npm install
Get the front end dependencies ([laravel/elixir](https://github.com/laravel/elixir)) by running:
```
npm install --global gulp
npm install
```
## Run the install command ## Run the install command
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment