-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recommend NPM instead of Yarn (#1229)
- Loading branch information
1 parent
5436f78
commit 544ff21
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
* Install Yarn and run <fg=green>yarn install</> | ||
* Install NPM and run <fg=green>npm install</> | ||
|
||
* Start the development server: <fg=green>yarn encore dev-server</> | ||
* Compile your assets: <fg=green>npm run dev</> | ||
|
||
* Or start the development server: <fg=green>npm run watch</> |