gavinmcfarland / fiber-kit

Work in progress kit for creating personal sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fiber Kit

This is a default project template for new projects.

It uses Sapper/Svelte for components, build and routing. It uses TailwindCSS for generating utility classes used in stylesheets and components.

To start a development server

npm run dev

To build a static site

npm run build

Watch styles

Watch src/styles/ and tailwind.config.js for changes by running the following command

npm run styles

About

Work in progress kit for creating personal sites


Languages

Language:CSS 90.2%Language:JavaScript 6.4%Language:HTML 3.3%