A modern portfolio website written in HTML, CSS, JavaScript and built with Vite to showcase my projects, skills, and experience with software development and music production.
- Framework: NodeJS with Vite
- Styling: CSS
- Language: JavaScript
- Hosting: Cloudflare Pages
Install NodeJS if you haven't already.
Clone the repository:
git clone https://github.com/GoldenD60/website.git
cd websiteInstall dependencies:
npm installStart the development server:
npx vitewebsite/
├── public/
│ ├── effects/
│ ├── fonts/
│ ├── icons/
│ ├── media/
│ └── screenshots/
├── src/
│ ├── css/
│ └── js/
├── package.json
├── package-lock.json
├── vite.config.js
├── README.md
└── LICENSEnpx vite buildUpload the generated dist/ folder to a deployment platform.
This project is licensed under the MIT License. See the LICENSE file for details.
Built with ❤️ by David Skillman