Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lameuler/something
Simple template site / design concept made with SvelteKit and TailwindCSS
https://github.com/lameuler/something
Last synced: 7 days ago
JSON representation
Simple template site / design concept made with SvelteKit and TailwindCSS
- Host: GitHub
- URL: https://github.com/lameuler/something
- Owner: lameuler
- Created: 2024-01-09T04:58:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T09:28:49.000Z (5 months ago)
- Last Synced: 2024-06-08T10:02:24.113Z (5 months ago)
- Language: Svelte
- Homepage: https://something.ler.sg
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Something
This is **something**. It is a simple template site / design concept created with [SvelteKit](https://kit.svelte.dev) and [TailwindCSS](https://tailwindcss.com).
## Viewing the site
The site is pre-built and statically hosted at [something.ler.sg](https://something.ler.sg) on Cloudflare Pages.
If the site has already been built, you can view the generated html, css and js files in the build folder.
To view the site using a development server, run:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```The default url to view the site locally is [localhost:6131](http://localhost:6131).
## Building
To build the site into html files:
```bash
npm run build
```You can preview the production build with `npm run preview`.