Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

houkiboshi-fabric/houkiboshi.co

Repository files navigation

houkiboshi.co

Todos

  • remove unnecessary template files
  • /about
  • /blog
    • blog pages
    • /blog/tags
      • post list that was assigned that tag
  • /dyeing-materials
    • dyeing-material pages
    • product list that was used that dyeing material
  • /dyeing-material-types
    • raw-material pages
  • /raw-materials
    • raw-material pages
    • product list that was used that raw material
  • /products
    • product pages
    • generate instructions
  • /processes
    • processes pages
    • product list that was used that process
  • download assets
  • generate optimized images from assets
  • JSON-LD per pages
  • breadcrumb per pages
  • design per pages
  • 🚨 Don't forget to check and update robots.txt inside static/
  • feed

Requirements

Recommended

Install

git clone git@github.com:houkiboshi-fabric/houkiboshi.co.git
cd houkiboshi.co/
cp .env.example .env
code .env      # Edit and save required environment variables on your editor
nodenv install # <-- Optional
yarn

Tasks

# To develop
yarn develop

# To build as production
yarn build

# To test SSR (for Lighthouse etc.)
yarn ssr

# To format JS (precommit)
yarn format

# To generate favicons (included in `build`)
yarn build:favicons

Licence

LICENSE

Author

houkiboshi-fabric