https://github.com/leesmith/leesmith-dot-net
Personal site built with Nuxt and deployed to AWS S3
https://github.com/leesmith/leesmith-dot-net
Last synced: 5 months ago
JSON representation
Personal site built with Nuxt and deployed to AWS S3
- Host: GitHub
- URL: https://github.com/leesmith/leesmith-dot-net
- Owner: leesmith
- Created: 2018-05-30T22:29:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:41:37.000Z (over 3 years ago)
- Last Synced: 2025-02-04T12:56:30.336Z (over 1 year ago)
- Language: Vue
- Homepage: https://leesmith.net
- Size: 7.73 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeeSmith.net
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
## Deploy
``` bash
# generate static project
$ npm run generate
# run deploy script
$ ./deploy.sh
```