rocky

Version, currently master branch1 version
  • master branchlatestSep 27, 2024

github.com/jbabin91/DashboardTutorial

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  rocky:
    github: jbabin91/DashboardTutorial
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.21.1
License
MIT
Author
JoeSantosGarcia
Target
  • rocky from src/rocky.cr

Dependencies

Runtime Dependencies

  • db*github: crystal-lang/crystal-db
  • kemal*github: kemalcr/kemal, branch: master
  • mysql*github: crystal-lang/crystal-mysql
  • commander~> 0.3.3github: mrrooijen/commander
  • kemalyst-model*github: drujensen/kemalyst-model

README

Starter-Kit-2018

So I built this for all the new web developers... My Goal is to save you time from the bullsh*t of spending hours looking for ways to speed up your learning. Sometimes all we want to do is just code. (if you are coming from my youtube channel CodingPhase I will base all my tutorials from this starter kit)

I broke it down in simple steps to get you going.

Steps

Download or Pull This Repo Top of this page you can see where it says clone or download

Install Node https://nodejs.org/en/

Install Yarn https://yarnpkg.com/en/docs/install

Download Atom https://atom.io/

Install all the node packages On the root of this project run on your terminal

yarn

Start the server

yarn watch