Kemp.app is my personal website.
See it live at: https://www.kemp.app.
This website, while personal, can be used to showcase some of my development skills.
In this project, I use:
- HTML, CSS (SCSS), Javascript (ES6)
- Vue.js and Vue Router
- Vue single-file components as pages
- Netlify (see my netlify.toml)
- Laravel Mix
- Laravel Valet
- Tailwind CSS
In addition, thanks to:
- ImageOptim, for helping me squeeze bytes out of my images
- nprogress
- autosize
Once you have cloned and cd
'ed into the project, install NPM dependencies using NPM:
npm i
To build this project, run:
npm run dev
# or
npm run prod
Output files will be in /dist
.
Show the website using a static file server, such as http-server
:
npm run serve
- Contact form: kemp.app
or hire me.