Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.