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
- Host: GitHub
- URL: https://github.com/jsdf/jamesfriend.com.au
- Owner: jsdf
- Created: 2017-06-24T23:02:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T14:00:21.000Z (8 months ago)
- Last Synced: 2025-02-07T07:04:55.536Z (3 months ago)
- Language: JavaScript
- Size: 43.9 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jamesfriend.com.au
## instructions
### dev serverthe 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
```