About • Layout • How it works • Tech Stack • Author
Portfolio - My updated portfolio contains a little about me, my projects, and experiences
Before you begin, you will need to have the following tools installed on your machine: Git, Node.js and the pnpm package manager. In addition, it is good to have an editor to work with the code like VSCode
First of all you need to create an account on Sanity CMS and create a project and field all environment variables listed on the .env.example
file in a new .env.local
file
# Clone this repository
$ git clone https://github.com/Artur-Poffo/Portfolio.git
# Access the project folder cmd/terminal
$ cd Portfolio
# install the dependencies
$ pnpm install
# Run the application in development mode
$ pnpm dev
# The server will start at port: 3000 - go to http://localhost:3000
The following tools were used in the construction of the project:
- Next.js
- Typescript
- Tailwind CSS
- Framer-Motion
- Dayjs
- react-icons
- Lucide Icons
- Sanity CMS
See the file package.json
- Artur Poffo - Developer