Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/templates/getting-started.pug
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ section.container#getting-started
| Create a new app using the command
= ' '
code
| milligram init
| milligram
|, then install dependencies and run with
= ' '
code
| npm start
| .
pre.code.prettyprint.lang-bash
code.code-content
| $ milligram init new_app
| $ milligram new_app
| $ cd new_app
| $ npm start
if (isHome)
Expand Down