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

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

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
```