https://github.com/raguay/sveltefigapptemplate
This is a template for using Svelte to make applications for the fig terminal companion.
https://github.com/raguay/sveltefigapptemplate
fig svelte svelte3
Last synced: 7 months ago
JSON representation
This is a template for using Svelte to make applications for the fig terminal companion.
- Host: GitHub
- URL: https://github.com/raguay/sveltefigapptemplate
- Owner: raguay
- License: mit
- Created: 2020-08-14T04:02:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T02:50:51.000Z (over 4 years ago)
- Last Synced: 2025-01-18T23:02:16.582Z (9 months ago)
- Topics: fig, svelte, svelte3
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Svelte Fig App Template
This template is used to create new applications for [fig](https://docs.withfig.com/).
This template is a full Svelte Application with [mdsvex](https://mdsvex.com/). This
gives you a great development environment for having documentation at the root level
with Svelte components throughout it.To get started, use this command to create your own local copy:
```
npx degit raguay/SvelteFigAppTemplate
```This will create your new application without all the history of the repository. Then
compile and test it on your fig application like so:```
npm run build
fig local index.html
```If you find a problem or just have a question, please create an issue and I'll get back
to you.