bnarvaez-dev
- Personal webpage written in Vue 3, Sass and packaged with Vite.
- Unit tests in Vite 3
- CI Workflow
You can use for your own page!
✅ Install and Run
First clone the repo
git clone https://github.com/prinick96/bnarvaez.dev.git
Install dependencies
npm install
Just run in local
npm run serve
Or with Docker 🐳
make docker-up
✅ Tests
All test are located in /src/test
Run
npm test
✅ Notes
I am using Netlify for deploy, i recommend optimize all images and minify the html if you don't use Netlify with plugins
Top comments (0)