Hey there! I'm Vinicius Cestari, a passionate Full Stack Engineer, and this is my portfolio. Here, you’ll find my latest projects, skills, and experiences. Whether you're a recruiter, fellow developer, or just curious about my work, feel free to explore!
Want to run this project locally? Follow the steps below. 👇
To run this project locally, follow these steps:
-
Environment Variables: Ensure to set up any necessary environment variables required for the project. Refer to
.env.examplefor guidance. -
Clone the repository:
git clone https://github.com/ViniciusCestarii/Portfolio.git cd portfolio -
Install dependencies: Ensure you have Node installed. Then, install the required packages:
npm i
-
Run the development server: Start the local development server:
npm run dev
-
Open your browser: Open your browser and navigate to
http://localhost:3000to view the portfolio.
- Run the container:
docker run -p 3000:3000 ghcr.io/viniciuscestarii/portfolio:latest
-
Clone the repository:
git clone https://github.com/ViniciusCestarii/Portfolio.git cd portfolio -
Build to create the image:
docker build . -t portfolio -
Run the container:
docker run -p 3000:3000 portfolio
Want to check out the components in isolation? Follow this step:
- Run the Storybook:
Start the Storybook server:
npm run storybook
To build and start this project locally for production, follow these steps:
-
Build for production: To build the project for production, use the following command:
npm run build
-
Run the production server: After building, you can start the production server with:
npm run start
If you encounter any issues or have any questions, feel free to reach out through the contact information provided above. Happy coding!