SkillAgentSearch skills...

Apps

Atlas Academy's FGO data viewer

Install / Use

/learn @atlasacademy/Apps
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Atlas Academy DB

Cloudflare Worker Publish

Source code for the Atlas Academy DB at https://apps.atlasacademy.io/db

You can join our Discod to discuss the development. Feel free to make pull request or open an issue but we are usually more responsive on Discord.

Discord server invite

Development workflow

# clone repo
git clone https://github.com/atlasacademy/apps.git aa-apps
cd aa-apps

# install lerna and prettier. You should use prettier with the given config to format the files.
npm ci

# setup packages with local npm link
npx lerna bootstrap --ci --force-local

# run typescript watchers
npm run watch

# run dev db on another terminal
npm run start:db

# ... make changes

# commit changes
npm run format
git add -A && git commit -m "stuff"

Publish workflow

This is not applicable if you are not part of the npm.js Atlas Academy org. Ping one of the contributors to publish the changes.

# publish changes
lerna publish

# merge to master
git checkout master && git pull && git merge dev
View on GitHub
GitHub Stars67
CategoryDevelopment
Updated1d ago
Forks13

Languages

TypeScript

Security Score

100/100

Audited on Mar 30, 2026

No findings