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:
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!
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!