Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luontola/game-catalog
[DRAFT]
https://github.com/luontola/game-catalog
Last synced: 4 days ago
JSON representation
[DRAFT]
- Host: GitHub
- URL: https://github.com/luontola/game-catalog
- Owner: luontola
- License: apache-2.0
- Created: 2022-05-20T11:47:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T09:56:06.000Z (about 1 year ago)
- Last Synced: 2024-04-15T07:10:10.929Z (7 months ago)
- Language: Clojure
- Size: 485 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rapid Application Template (WIP)
Spreadsheet/MS Access/Airtable replacement. Something which is quick to get started like a spreadsheet, but enables an
incremental transition to a custom application when the solution grows to require a general purpose language.## Developing
Prepare dependencies
npm install
npm rum pomStart dev server
npm run start
open http://localhost:8080Start Firebase Local Emulator Suite
npm run emulators
open http://localhost:4000Run tests in the browser
npm run start
open http://localhost:8081Run tests on the command line
npm run start
npm run autotest