https://github.com/benjaminmichaelis/personal-site-old
https://github.com/benjaminmichaelis/personal-site-old
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminmichaelis/personal-site-old
- Owner: BenjaminMichaelis
- Created: 2023-03-20T07:07:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T03:41:18.000Z (about 2 months ago)
- Last Synced: 2025-03-17T04:31:58.571Z (about 2 months ago)
- Language: Vue
- Size: 1.68 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# personal-site
## Installation and Startup Steps
1. Install [Node.js](https://nodejs.org/en/download/) version 16.0 or higher
2. Clone the project locally
3. Navigate to the project locally, and open up your terminal and run `npm install`
4. To launch the application, run `npm run dev` (Compiles and hot-reloads for development)## Production
To compile and minifies for production
`npm run build`
## Lints and fixes files
To check if files need linting:
`npm run lint`
To try and fix files:
`npm run lint:fix`