Skip to content

Commit

Permalink
Wording correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosvex committed Sep 21, 2024
1 parent 4d84958 commit bbe0b1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# 🔥 **Ember**

This is the repository contains the code and content for Ember's development website, located [here](https://mmoemulator.com). The website uses [Hugo](https://gohugo.io), a static site generator.
This is repository contains the code and content for Ember's development website, located [here](https://mmoemulator.com). The website uses [Hugo](https://gohugo.io), a static site generator.

## Build & test locally
To build and run this website locally:
1) Follow the short installation guide on the [Hugo website](https://gohugo.io).
2) `git clone` or download this repository.
3) Navigate to the directory containing the repository.
4) Run `hugo server` (add -D to include draft content)
4) Run `hugo server` (add `-D` to include draft content)
5) Visit http://localhost:1313 (`1313` being the default Hugo server port)

All commits to `master` on this repository will trigger a build and deploy a new version of the website.
All commits to `master` on this repository will trigger a build and deployment of an update version of the website.

## Spotted a mistake?

Expand Down

0 comments on commit bbe0b1e

Please sign in to comment.