This is my personal/professional website.
- Internacionalização
- Home Page
- Hero
- Projects
- Services
- Posts
- About
- Contact
- Contact Page
- Links
- Form
- Projects Page
- Projects list
- Contact Section
- Posts Page
- Listagem de posts
- Contact Section
- About Page
- About me
- Spotify Card
- GitHub Card
- Hobbies
- Abilities
- Contact Section
- Next.js 13 (TypeScript)
- Tailwind CSS (shadcn/ui)
- React Icons
- Framer Motion
- React Hook Form
- Zod
- Directus CMS (GraphQL)
- Spotify API
- GitHub API
- ESLint
- Prettier
First, clone this repository and install its dependencies:
git clone https://github.com/devbaraus/portfolio
cd portfolio
npm install
Then, create and fill up a .env
file using the .env.example
as a template.
cp .env.example .env
Finally, run the development server:
npm run dev