Skip to content

Commit

Permalink
docs: add readme to fl-data-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Apr 8, 2024
1 parent fd6d5cc commit d506308
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# Description

This repository shows how to use project [fl-darkstat](https://github.com/darklab8/fl-darkstat) (Online flstat)
for automated build of static assets and deployment to github pages

The example is shown on game data from [Freelancer Discovery](https://discoverygc.com/)
Same data is used for unit testing of [fl-darkstat](https://github.com/darklab8/fl-darkstat), [fl-configs](https://github.com/darklab8/fl-configs) and [fl-darklint](https://github.com/darklab8/fl-darklint)

# Where next

- Check [fl-darkstat](https://github.com/darklab8/fl-darkstat) repository for more information about product
- Check [Freelancer Discovery](https://discoverygc.com/) for current Freelancer mod
- Check https://darklab8.github.io/fl-data-discovery/ for deployed web site

# Deployment steps

Your repository should be containing minimal file amount needed for fl-stat

And it could use CI workflow for autodeployment similar to [shown example](./.github/workflows/publish.yaml)
Instead of deploying to github pages, you can deploy to any other target capable to server static assets (html/css/js)
Alternatively fl-darkstat is usable locally, see its repository for more information

# Updates

Feel free to ask permission to this repository if u wish updating its files for keeping online flstat up to date

My discord: darkwind8

0 comments on commit d506308

Please sign in to comment.