An open API service indexing awesome lists of open source software.

https://github.com/benjaminmichaelis/personal-site-old


https://github.com/benjaminmichaelis/personal-site-old

Last synced: about 2 months ago
JSON representation

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`