Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohannair/incredible-website
https://github.com/rohannair/incredible-website
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohannair/incredible-website
- Owner: rohannair
- License: mit
- Created: 2024-08-22T19:13:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T04:11:38.000Z (5 months ago)
- Last Synced: 2024-10-25T10:47:54.656Z (3 months ago)
- Language: Svelte
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-svelte
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
## Developing
Once you've created a project and installed dependencies with `bun install`, start a development server:
```bash
bun run dev# or start the server and open the app in a new browser tab
bun run dev -- --open
```## Building
To create a production version of your app:
```bash
bun run build
```You can preview the production build with `bun run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.