/caf-ushio-web

Website for Kazumi Inada Solo Exhibition "Ushio"

Primary LanguageTypeScriptOtherNOASSERTION

🗺 caf-ushio-web

Website for Kazumi Inada Solo Exhibition "Ushio". Visit site: gendai-art.org/caf/inada

CI Status React version Next.js version Supported by Contemporary Art Foundation

Setup & Development

This site is based on Next.js and React. Install Node.js and Yarn then:

# Install dependencies
yarn install

# Dev mode
yarn dev

# Build distribution
yarn build

Deployments

Deployment workflow will be triggered by each commit to dev. We are using static site generation (SSG), so server-side features cannot be used.

Contribution

See CONTRIBUTING.md