Personal website built with modern technologies
- React 19
- TypeScript
- Vite
- Styled Components
- Motion (for animations)
- Node.js
- Yarn
- Clone the repository:
git clone git@github.com:ch3rn1k/ch3rn1k-web.git
cd ch3rn1k-web- Install dependencies:
yarn installTo start the development server:
yarn devTo build the project:
yarn buildTo preview the built project:
yarn previewThe project can also be run using Docker:
docker-compose up