An open API service indexing awesome lists of open source software.

https://github.com/fable-compiler/community

Finder for community resources
https://github.com/fable-compiler/community

Last synced: 8 months ago
JSON representation

Finder for community resources

Awesome Lists containing this project

README

          

# Fable Community Resource Finder

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/fable-compiler/community)

Simple Fable app to find resources from the awesome Fable community. If you want to add a resource, please send a PR to edit the `public/community.json` file.

- Install dependencies: `npm install`
- Develop: `npm start`
- Deploy to Github Pages: `npm run deploy`