https://github.com/nathanosdev/nathan-mcgrath.com
https://github.com/nathanosdev/nathan-mcgrath.com
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanosdev/nathan-mcgrath.com
- Owner: nathanosdev
- Archived: true
- Created: 2017-10-22T16:20:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T13:31:00.000Z (over 7 years ago)
- Last Synced: 2025-07-26T14:30:59.287Z (7 months ago)
- Language: TypeScript
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nathan Mc Grath Personal Website #
## Setup ##
* [Install NodeJS](https://nodejs.org)
* Clone the repository locally
* Install the project's dependencies
``` bash
$ npm install
```
* Setup a .env file
``` bash
RECAPTCHA_SECRET={{recaptcha_secret}}
PORT=3100
SMTP_HOST={{smtp_host}}
SMTP_PORT=465
SMTP_USERNAME={{smtp_username}}
SMTP_PASSWORD={{smtp_password}}
MAIL_TO={{your_email}}
MAIL_FROM={{your_daemon_email}}
```
* Run the project
``` bash
$ npm start
```