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.
# 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.