All Projects → atlasacademy → apps

atlasacademy / apps

Licence: MIT license
Atlas Academy's FGO data viewer

Programming Languages

typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to apps

chaldea
Chaldea - Yet Another Material Planner for Fate/Grand Order
Stars: ✭ 129 (+486.36%)
Mutual labels:  fate-grand-order
FGO Battle
An auto-battle script for Fate/Grand Order
Stars: ✭ 25 (+13.64%)
Mutual labels:  fate-grand-order
FGO-Automata
一个FGO脚本和API フェイトグランドオーダー自動化
Stars: ✭ 92 (+318.18%)
Mutual labels:  fate-grand-order
fgo-bot
fgo自动刷图脚本
Stars: ✭ 52 (+136.36%)
Mutual labels:  fate-grand-order

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

# install lerna
npm i -g lerna

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

# use dev branch
git checkout dev && git pull

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

# run typescript watchers
npm run watch

# run dev db on another terminal
npm run start:db
# or run this command on Windows: npm run start:db-win

# ... make changes

# commit changes
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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].