notify.moe/README.md

2.3 KiB

notify.moe

Anime tracker, database and community.

Prerequisites

Installation

git clone https://git.akyoto.dev/web/notify.moe.git
cd notify.moe
go mod download
make tools
make assets
make server
make db
./notify.moe

Networking

  • Add beta.notify.moe 127.0.0.1 to your hosts file
  • Run make ports

In your browser

  • Open the settings, search for certificates
  • Import the file security/default/root.crt as a trusted Root authority
  • Open https://beta.notify.moe

What now?

  • Try the example task for newcomers.
  • Make some changes and upload them to a new branch on your fork.
  • Create a pull request on this repository.

Contributing

Please read CONTRIBUTING.md for details on how to contribute to this project.

Statistics

Uptime (30 days) Mozilla Observatory Chrome Extension Firefox Extension

Style

Please take a look at the style guidelines if you'd like to make a pull request.