# Mintbean's Svelte Template

## Getting Started

1. Mint new [ Project name ]
2. Select `svelte-gh-pages`
3. `mint r -cp`
4. `mint develop`
5. Visit `localhost:5000`

## Deployment

1. `mint deploy`
2. Output files are on gh-pages

## Resources

[Svelte Tutorial](https://svelte.dev/tutorial/basics)

[Svelte Docs](https://svelte.dev/docs)

## !Work in progress!

This is currently being developed. Please report any bugs in the issues tab!

## FAQ

### Where do I get started?

I recomend starting in the src/App.svelte then creating components in the corresponding folder.

## What we're trying to achieve

This starter template is meant to be a kickoff spot for a full-fledged Svelte project.

- Simple template to help you get started
- Yarn for faster package resolution
