Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 627 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 627 Bytes

SOZAI.katsuma.tv

I am here. :D

Sozai images are hosted on Vercel with Next.js.

Boot

yarn dev

And access http://localhost:3000 on your web browser.

Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Note

If you want to add some images add a new image to public/images/ directory and edit src/data/images.yml. After your pull request is merged deploying the latest code to Vercel.