Skip to content

ColormaticStudios/Static-Website-Template

Repository files navigation

Static Website Template

This is a template for creating static websites.

Stack:

  • Vite
  • SvelteKit
  • Tailwind CSS
  • Sass

How to use

After creating and cloning a repository using this template, run:

npm install
npm run dev

This will bring up a development environment for you to edit the source files.

To build the project for a web server:

npm run build

This will output files in build/.