Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 857 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 857 Bytes

hamasaki-shodo

image

This repo contains the source code of my wife's website for her Japanese calligraphy class at https://sg.hamasaki-shodo.com.
It's built as a static site and deployed on Netlify.
Powered by Nuxt.js and Tailwind CSS.

Netlify Status

Build Setup

# copy env file
$ cp .env.example .env

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# generate static project and launch server
$ npm run generate
$ npm run start

For detailed explanation on how things work, check out Nuxt.js docs.