Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lissy93/aliciasykes.com
🚀 The homepage for Alicia Sykes
https://github.com/lissy93/aliciasykes.com
portfolio website
Last synced: about 2 months ago
JSON representation
🚀 The homepage for Alicia Sykes
- Host: GitHub
- URL: https://github.com/lissy93/aliciasykes.com
- Owner: Lissy93
- License: mit
- Created: 2019-01-11T16:33:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T15:03:21.000Z (about 1 year ago)
- Last Synced: 2024-04-14T21:36:30.930Z (9 months ago)
- Topics: portfolio, website
- Language: Vue
- Homepage: https://old.aliciasykes.com
- Size: 9.34 MB
- Stars: 18
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> This is the code for my old website (demo: [old.aliciasykes.com](https://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](https://github.com/Lissy93/my-website)._🌐 Personal Website
The source code for aliciasykes.com## 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