readme
This commit is contained in:
parent
95829ca58c
commit
0d366e7a13
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -10,7 +10,7 @@
|
|||
- `image` should correspond to the name of a file in `/src/assets/images/posts/`
|
||||
|
||||
|
||||
# See changes quickly
|
||||
# See changes quickly during development
|
||||
|
||||
If you run your site in development mode using the following command, your changes will appear in the browser whenever a file is saved.
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ npm run dev
|
|||
Open http://localhost:8080 with your favorite browser to see your blog.
|
||||
|
||||
|
||||
# Deploy to Production
|
||||
# Deploy changes to Production
|
||||
|
||||
When you are done making changes, use the following command. Your site will be built in production mode, and it will be served at a temporary local port so you can look at it in the browser.
|
||||
|
||||
|
|
@ -41,10 +41,10 @@ Go to the Source Control panel (Ctrl+Shift+G) and click the 🔃 Synchronize Cha
|
|||
|
||||
1. Save your work
|
||||
2. Go to the Source Control panel (Ctrl+Shift+G). You should see pending changes.
|
||||
3. Type a short explanation of your change into the 'message' text box.
|
||||
4. Click commit, and click yes (or always) to 'stage changes and commit them directly'.
|
||||
5.
|
||||
|
||||
3. Type a short explanation of your change into the **message** text box.
|
||||
4. Click commit.
|
||||
5. Click yes (or always) to 'stage changes and commit them directly'.
|
||||
6. Click 'Sync Changes'
|
||||
|
||||
|
||||
# Glossary of Terms
|
||||
|
|
|
|||
Loading…
Reference in a new issue