A tiny app that 301 redirects requests to www.artsy.net
- State: retired
- Production: https://artsy.net
- Staging: N/A
- GitHub: https://github.com/artsy/artsy-wwwify
- CI: CircleCI; merged PRs to
main
are automatically built and deployed to staging. Make a pull request fromstaging
torelease
to trigger a release to production. Point People: @joeyAghion
yarn install
yarn start
or in docker:
hokusai dev start
yarn install
jest
or in docker:
hokusai test