Skip to content
/ something Public template

Simple template site / design concept made with SvelteKit and TailwindCSS

Notifications You must be signed in to change notification settings

lameuler/something

Repository files navigation

Something

This is something. It is a simple template site / design concept created with SvelteKit and TailwindCSS.

Viewing the site

The site is pre-built and statically hosted at 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:

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.

Building

To build the site into html files:

npm run build

You can preview the production build with npm run preview.

About

Simple template site / design concept made with SvelteKit and TailwindCSS

Resources

Stars

Watchers

Forks