simple personal website, just a basic one-pager with some fancy typing effect.
if you'd like to run this website on your machine to yoink some stuff:
- clone git repository:
git clone https://github.com/maersux/maersux.dev.git
- navigate to project:
cd maersux.dev
- install dependencies:
npm install
- start development server:
npm run dev
- and open
http://localhost:3000
in your browser of choice
this website is using these technologies and are required to run the project:
- Next.js
- Tailwind CSS
- TypeScript
- React
- React Type Animation
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.