Popularity
6.9
Growing
Activity
9.3
-
38
5
5

Programming language: Crystal
License: MIT License
Tags: Services And Apps    
Latest version: v2.2.0

shards.info alternatives and similar shards

Based on the "Services and Apps" category.
Alternatively, view shards.info alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of shards.info or a related project?

Add another 'Services and Apps' Shard

README

Built with Crystal Travis (.org) branch

View of all repositories on Github and Gitlab that have Crystal code in them.

Installation

  • Install Crystal
  • Clone this repository
  • Install dependencies shards install
  • Rename .env.example to .env, and set variables.
  • Run it crystal src/shards-info.cr

Development

psql -c 'CREATE DATABASE shards_info_development;' -U postgres
crystal src/db.cr -- migrate

Frontend

Install depencencies:

npm install

After modifications:

  1. Run npm run build
  2. Change version of application.js and application.css in src/views/layouts/index.slang

Specs

export KEMAL_ENV=test && crystal spec

Special thanks

Contributing

  1. Fork it (https://github.com/mamantoha/shards-info/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • mamantoha Anton Maminov - creator, maintainer


*Note that all licence references and agreements mentioned in the shards.info README section above are relevant to that project's source code only.