This is an original portfolio presented in the form of a magazine, designed to showcase one's projects and skills. It is created using:
- Clone this repository if you have access or download it from the store
git clone git@github.com:cavalluccijohann/Folio-Magazine.git
- Set up the project
- Create a .env file and add the environment variables found in the .env 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.
- Install dependencies
bun install
- Start development server
bun dev
- Generate static project
bun generate
- Start production server
bun start