Skip to content

tagptroll1/peterssoncoffee

Repository files navigation

Petersson.coffee

Is a webapp used as my personal portfolio and resume.

www.petersson.coffee

Developed using Svelte Kit

Contributing

Pull requests are welcome, and I'll get to them when I can

Fork the repo, create a feature branch and open a pull-request to suggest a change.

Fork

git clone fork
git checkout -b [feature/fix]-short-summary
git commit -a -m "Description of fix/feature"
git push origin HEAD

Open pull-request on github

Development

npm install
npm run dev -- --open

Running

npm build
npm run preview
-- or --
npm run start