๐Ÿ“ฆ brandyscarney / website

Personal Website

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/brandyscarney/website.git
HTTPS git clone https://github.com/brandyscarney/website.git
SSH git clone git@github.com:brandyscarney/website.git
CLI gh repo clone brandyscarney/website
Brandy Carney Brandy Carney feat(website): website redesign 05b75f8 5 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ assets
๐Ÿ“ styles
๐Ÿ“„ .gitignore
๐Ÿ“„ .stylelintrc.js
๐Ÿ“„ CNAME
๐Ÿ“„ index.html
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Personal Website

www.brandysmith.dev

Development

Clone this repository, then run the following:

npm i
npm start

A browser should open at http://localhost:8080/

Code Formatting

Run the following command to lint all of the code:

npm run lint

This project uses prettier and stylelint to format the code.