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

Update dependencies, migration from Snowpack to Vite, some minor fixes #429

Merged
merged 5 commits into from
May 3, 2022
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
node_modules
/.svelte
.svelte-kit
/build
/functions
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ npm install
## Start Development

```bash
# start a development instance, default is http://localhost:3000/
npm run dev

# or start the server and open the app in a new browser tab
Expand All @@ -30,8 +31,7 @@ npm run dev -- --open
## Dev Tasks

- `npm run build` Creates a production build of the site
- `npm run start` Serves an already-built site
- `npm run adapt` Prepares the production build for deployment to netlify
- `npm run preview` Locally serves an already-built site

To test for missing icons you can do a `showall=true` from the url.
- [Achievements - Quests](http://localhost:3000/?showall=true#/us/proudmoore/marko/achievements/quests)
Expand All @@ -40,3 +40,4 @@ Authors:
-------

* Kevin Clement [@kevinclement](https://twitter.com/kevinclement) / [github](https://github.com/kevinclement)
* [Open source community](https://github.com/kevinclement/SimpleArmory/graphs/contributors)
Loading