Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.08 KB

README.md

File metadata and controls

49 lines (37 loc) · 2.08 KB

🚀 Portfolio Website documentation

In this repository I keep the current state of development of my portfolio website written in Vue 2. I have a heap of documentation available for the code in this repository. You may be interested in the...

  • Issues if you want to request a feature or to report a bug.
  • Discussions if you need help by the community or if you want to share your experience with others.
  • Wiki if you quickly need guides for this project.
  • Code of Conduct before you start to work in this community.
  • Contributing Guidelines if you intend to contribute to this project yourself.

📚 Table of Contents

  • Features
  • Installation
  • License

⭐ Features

  • ...

⬇️ Installation

Install GitHub Desktop, click on the green "Code" button in this project on top of the file viewer. Click on the Open with GitHub Desktop button. Then set a file path where you would like to have saved the project. Then the GitHub desktop program suggests the options "Open in Visual Studio Code" and "Show in Explorer". Select the options that suit you and open the project with your favorite code editor. Then you simply open the terminal and carry out the PNPM commands of your choice. Here are some examples:

🖱️ Setup the project

pnpm install

Compile the project for production

pnpm run dev

Compiles and minifies for production

pnpm run build

Run your unit tests

pnpm run test:unit

Customize configuration

See the Configuration Reference of Nuxt 3.

License

This project is subject to the MIT license.