Skip to content

Lissy93/aliciasykes.com

Repository files navigation

Note

This is the code for my old website (demo: old.aliciasykes.com), used from 2014 till '22.
I've since re-built it using SvelteKit, and you can view the new source at Lissy93/my-website.

🌐 Personal Website

The source code for aliciasykes.com

Screenshot

Building and Deploying

To deploy the app: Clone the repo, cd into it, install dependencies then build the app.
You can then upload dist to any static hosting provider or CDN, or use the included server.

Project Commands

  • Fetch dependencies: yarn install
  • Start development server: yarn dev
  • Build for production: yarn build
  • Start production server: yarn start
  • Run the tests: yarn test
  • Lint and formats: yarn lint

© Alicia Sykes 2014 - 2022
Licensed under MIT