Skip to content

Portfolio presented in a magazine format, featuring a contact form ⭐️Folio Magazine, Portfolio Magazine

License

Notifications You must be signed in to change notification settings

cavalluccijohann/Portfolio-Magazine

Repository files navigation

image

This is an original portfolio presented in the form of a magazine, designed to showcase one's projects and skills. It is created using:

Quick Setup

  1. Clone this repository if you have access or download it from the store
git clone git@github.com:cavalluccijohann/Folio-Magazine.git
  1. Set up the project
- Create a .env file and add the environment variables found in the .env.example file.
- Replace the magazine page in the public directory with your own magazine page. Then, in the Magazine.vue file, update the array with your own files.
  1. Install dependencies
bun install
  1. Start development server
bun dev
  1. Generate static project
bun generate
  1. Start production server
bun start

Author