Sanity;Gone is a community resource for Arknights players, providing quick guides, reviews, and detailed information about the game.
The site is built using Next.js. It uses two datasources: the internal game JSON (which we use for operator/summon stats, skills, talents, etc.) as well as a Contentful CMS integration (for operator guides).
To run the app locally:
- Copy
.env.example
to.env
- Fill in the CONTENTFUL_ACCESS_TOKEN value (ask a team member for this)
yarn install
yarn start
- Point your browser at
localhost:3000
To test React components in isolation, use Storybook:
yarn storybook
- Visit
localhost:6006
- Kengxxiao for their Arknights game data repository
- Jetroyz for translations of not-yet-released operator skills and talents
- Aceship for Arknights assets and community support
Sanity;Gone Zero is an unofficial fan project and is not affiliated with or endorsed by Hypergryph/Studio Montagne/Yostar, Arknights’ creators & distributors. The in-game assets used on this site are the property of Hypergryph/Yostar.
GPLv2 or later