This is my personal web portfolio built with Nextjs, showcasing my skills and projects as a developer.
This project uses pnpm as package installer.
Clone the project
git clone https://github.com/SamuelMTeixeira/Portfolio.git portfolio-projectGo to the project directory
cd portfolio-projectInstall dependencies
pnpm installStart the project
pnpm devTo configure the project, you need to set the following environment variables in your .env file. You can use the .env.example as a reference.
-
Create an account at Resend.
-
Set the following variable in the
.envfile:RESEND_API_KEY=your_resend_api_key
For detailed setup instructions, check the Resend documentation.
-
Set up the following variables in the
.envfile:NOTION_TOKEN=your_notion_token NOTION_PROJECTS_DATABASE_ID=your_notion_database_id
For more information on configuring Notion as a database, refer to this guide.
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
