Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Dev #14

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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Use this template for quick prototypes and simple websites. This template uses

3. Set up the configuration for your project:

- `.eleventy.js` - update `pathPrefix` to your project's folder/repository name
- `src/_includes/default.liquid` - update the `title` for your project
- `.eleventy.js` - Update `pathPrefix` to your project's folder/repository name. This `pathPrefix` will allow you to run the site via GitHub Pages.
- `src/index.html` - Update the `title` for your project in the front matter yaml so your page titles reference your project.

4. Install `uswds`:

Expand All @@ -31,7 +31,7 @@ Use this template for quick prototypes and simple websites. This template uses
npx gulp watch
```

7. Build and serve the site (will automatically reload when files change):
7. Open a new terminal and run this command to build and serve the site (will automatically reload when files change):

``` bash
npm run start
Expand Down