PoPLedger: https://pop-ledger.web.app
PoPLedger is a TypeScript based application designed to track the progress of video games and TV series in a clean ledger style format.
- Node.js version 14 or higher
- npm Node Package Manager
-
Clone the repository
git clone https://github.com/yourusername/space-pop-ledger.git -
Navigate to the project directory
cd space-pop-ledger -
Install the dependencies
npm ci -
Start the development server
npm run dev --or-- npm run dev -- --host 0.0.0.0 -
Build the project
npm run build -
Deploy the project
npm run deploy
Contributions are welcome via Pull Requests.
You can contribute by adding a simple TXT file using the format below.
- File name must be the game or series name
- Use lowercase letters only
- No spaces or symbols
- Title must start with
#and a space followed by the name - Subtitles are plain text lines
- Checklist items must start with
-and a space - Location:
- resources/games for games
- resources/series for TV series
- https://github.com/piyumaldk/pop-ledger/blob/main/resources/games/alanwake2.txt
- https://github.com/piyumaldk/pop-ledger/blob/main/resources/games/callofdutyblackops6.txt
- https://github.com/piyumaldk/pop-ledger/blob/main/resources/series/attackontitan.txt
Once reviewed, the contribution will be merged and automatically deployed.
This project is licensed under the MIT License. See the LICENSE file for details.
