Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
catherineisonline committed Jul 25, 2023
1 parent ce96dda commit 7c4195a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
node_modules
dist
# dist


# local env files
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@ npm run serve
npm run build
```

### In case of issues with gh-pages
- delete gh-branch if any

```
npm run build
```

```
git add dist && git commit -m "Initial dist subtree commit"
```

```
git subtree push --prefix dist origin gh-pages
```

## Project List


Expand Down

0 comments on commit 7c4195a

Please sign in to comment.