Skip to content

Bryan Wills's Portfolio Web Site done with Sapper

License

Notifications You must be signed in to change notification settings

bryanwills/portfolio-sapper

 
 

Repository files navigation

Vannsl Portfolio

https://vannsl.netlify.com

built with Sapper and TailwindCSS deployed on Netlify.

Usage

npm install # or yarn
npm run dev
npm run dev:tailwind

Tests

This projects contains E2E tests with Cypress.

npm run test

Production mode and deployment

To start a production version of your app, run npm run build && npm start. This will disable live reloading, and activate the appropriate bundler plugins.

Static generation

The static generated files will be written to ./__sapper__/export

npm run export

About

Bryan Wills's Portfolio Web Site done with Sapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 79.0%
  • JavaScript 16.1%
  • HTML 2.9%
  • CSS 2.0%