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

https://github.com/jsdf/jamesfriend.com.au

my website
https://github.com/jsdf/jamesfriend.com.au

Last synced: 3 months ago
JSON representation

my website

Awesome Lists containing this project

README

        

# jamesfriend.com.au

## instructions
### dev server

the first time after checkout, create https cert/key:
https://letsencrypt.org/docs/certificates-for-localhost/

add it to the system keychain & trust it:
https://www.freecodecamp.org/news/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec/

then

```
npm start
```

### build for prod and publish to s3

```
npm run deploy
```