Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 951 Bytes

readme.md

File metadata and controls

26 lines (16 loc) · 951 Bytes

Akma's Portfolio

Welcome to my portfolio website repo! I use basic JS/HTML/CSS and three.js with models imported from Blender to add a twist. The three.js parts were inspired by Bruno Simon's course. The first page of the finished website looks like this:

Screen Shot 2022-06-06 at 16 00 12

If you want to see the deployed version, visit this website: https://akmarzhan.netlify.app/

I also added some of my earlier projects, feel free to contact me if you have any questions!

Setup

To run this repo, you will need to download Node.js and execute the following commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

Happy coding!