This is just a small site with a bit of information about me.
🍦 Vanilla HTML, CSS, and JavaScript is served fresh from the /public
directory by Vercel .
- Install node (I like volta).
- Run
git clone https://github.com/EverlastingBugstopper/avery-site; cd avery-site
- Run
npm i; npm run start
- Your browser should open automatically and reload on any changes made to assets in the
public
directory - You can run
npm run format
to automatically format all of the files in the repository.