Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
node_modules/
/lib/
/test/
dist/
build/
custom-elements.json
# top level source
my-element.js
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Be mindful that the HTML-only version of the badge loses some functionality of t

## Running the code

To run code locally, `npm run dev`, then launch http://localhost:8000/create-your-own.html
To run code locally, `npm run serve`, then launch http://localhost:8000/create-your-own.html

To build for production, `npm run build`. This will create the production artifacts in `/dist`.

Expand Down
99 changes: 0 additions & 99 deletions build.yml

This file was deleted.

Loading
Loading