Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
54 lines (37 loc) · 2.16 KB

README.md

File metadata and controls

54 lines (37 loc) · 2.16 KB

Learn Splatoon

dependencies CI rustc

hsts Mozilla HTTP Observatory Grade Security Headers

discord

Note: This repository and project is incomplete and not functional yet, you wont find much other than data.

Spaced Repetition learning platform for Splatoon 2 callouts, weapons, specials, and subs.

Table of Contents

Development Environment

Dependency Update

cargo upgrade --allow-prerelease ;; cargo update ;; cargo build ;; cargo build --release

Ory Proxy

VSC Task should start this automatically.

ory proxy "http://localhost" --sdk-url "https://gallant-leakey-n498g2rdpa.projects.oryapis.com"

Deploy Testing

docker build -t learn-splatoon .
docker run -p 8081:8081 --env-file .env -ti learn-splatoon learn-splatoon

Github Action Testing

act push --env-file ".env" --reuse