Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everlastingbugstopper/avery-site
My personal site
https://github.com/everlastingbugstopper/avery-site
Last synced: 27 days ago
JSON representation
My personal site
- Host: GitHub
- URL: https://github.com/everlastingbugstopper/avery-site
- Owner: EverlastingBugstopper
- License: mit
- Created: 2019-09-27T21:32:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T21:57:58.000Z (over 1 year ago)
- Last Synced: 2024-05-01T15:44:45.064Z (6 months ago)
- Language: JavaScript
- Homepage: https://averyharnish.com
- Size: 222 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Avery's Personal Site
## Content
This is just a small site with a bit of information about me.
## Technology
🍦 Vanilla HTML, CSS, and JavaScript is served fresh from the [`/public`](./public) directory by [Vercel](https://vercel.com) .
## Lighthouse
[![Lighthouse Logo](/lighthouse/logo.png)](https://developers.google.com/web/tools/lighthouse)
[![Lighthouse Accessibility Badge](/lighthouse/badges/accessibility.svg)](https://github.com/EverlastingBugstopper/avery-site)
[![Lighthouse Best Practices Badge](/lighthouse/badges/bestPractices.svg)](https://github.com/EverlastingBugstopper/avery-site)
[![Lighthouse Performance Badge](/lighthouse/badges/performance.svg)](https://github.com/EverlastingBugstopper/avery-site)
[![Lighthouse SEO Badge](/lighthouse/badges/seo.svg)](https://github.com/EverlastingBugstopper/avery-site)## Development
1. Install node (I like [volta](https://volta.sh)).
1. Run `git clone https://github.com/EverlastingBugstopper/avery-site; cd avery-site`
1. Run `npm i; npm run start`
1. Your browser should open automatically and reload on any changes made to assets in the `public` directory
1. You can run `npm run format` to automatically format all of the files in the repository.