https://github.com/bapjiws/iamthesurface
https://github.com/bapjiws/iamthesurface
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bapjiws/iamthesurface
- Owner: bapjiws
- Created: 2023-11-28T11:32:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T17:46:22.000Z (10 months ago)
- Last Synced: 2025-01-28T16:44:14.060Z (5 months ago)
- Language: JavaScript
- Homepage: https://iamthesurface-idzi.vercel.app
- Size: 33.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit Demo app
The official demo app for SvelteKit, hosted on Vercel.
## Acknowledgements
The icons were taken from [Iconfinder](https://www.iconfinder.com) and used under the [Creative Commons (Attribution 3.0 Unported)](https://creativecommons.org/licenses/by/3.0) license, with removing the `` and `` tags, width and height props from the SVG files where necessary.
## Deploy Your Own
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fsveltekit-1&project-name=sveltekit-vercel&repository-name=sveltekit-vercel&demo-title=SvelteKit%20%2B%20Vercel&demo-url=https%3A%2F%2Fsveltekit-template.vercel.app%2F)
_Live Example: https://sveltekit-template.vercel.app_
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
## Speed Insights
Once deployed on Vercel, you can benefit from [Speed Insights](https://vercel.com/docs/concepts/speed-insights) simply by navigating to Vercel's dashboard, clicking on the 'Speed Insights' tab, and enabling the product.
You will get data once your application will be re-deployed and will receive visitors.