afspeirs / speirs.dev

A website to showcase projects created by AFSpeirs

Home Page:https://speirs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

speirs.dev

Netlify Status GitHub package.json version LICENSE

A website to showcase projects created by AFSpeirs

Available Scripts

start

Runs the site in the development mode.

npm start

#### or start the server and open the app in a new browser tab
npm start -- --open

build

Build the project for production

npm run build

preview

Used to preview the contents of a production build

npm run preview

# Commonly used with the build command
npm run build && npm run preview

lint

Lint the project and returns issues if any are found.

npm run lint

check

Check for typescript issues in the project

npm run check

# Can also watch for changes to files
npm run check:watch

About

A website to showcase projects created by AFSpeirs

https://speirs.dev

License:MIT License


Languages

Language:Svelte 49.8%Language:TypeScript 28.2%Language:JavaScript 12.2%Language:CSS 5.1%Language:HTML 4.7%