Eivask is a marketing website for a piston ring brand.
I designed and developed the entire experience, focusing on performance, smooth animations, and a clean, modern UI.
- Brand-focused marketing pages
- Smooth UI animations and transitions
- Headless CMS integration for content management
- Fully responsive design
- Next.js — Frontend framework
- Strapi — Headless CMS
- Tailwind CSS — Styling
- Framer Motion — Animations
👉 Watch the demo video
- Create a
.envfile:
DB_HOST=localhost
DB_NAME=eivask_db
DB_USERNAME=
DB_PASSWORD=
- Initialize the database:
#‌ create a database
CREATE DATABASE IF NOT EXISTS eivask_db;
mysql -u <YOUR USER NAME> -p eivask_db < schema.sql
- Install project dependencies
npm install
- Build the project and run it
npm run build
npm run start
