/speirs.dev

A website to showcase projects created by AFSpeirs

Primary LanguageSvelteMIT LicenseMIT

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