Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1 KB

README.md

File metadata and controls

48 lines (34 loc) · 1 KB

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 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