Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ Install Gulp to be your task runner.

## Getting Started
```shell
#terminal
#terminal for Linux
yarn run server
#terminal for Mac
yarn run "server mac"
```

To test everything is good run the server.
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
},
"scripts": {
"server": "crystal src/rocky.cr",
"server mac": "crystal src/rocky.cr --link-flags -L/usr/local/opt/openssl/lib",
"server build": "crystal build --release src/rocky.cr",
"server mac build": "crystal build --release src/rocky.cr --link-flags -L/usr/local/opt/openssl/lib",
"bundle": "./node_modules/.bin/webpack",
"production": "./node_modules/.bin/webpack -p",
"watch": "gulp",
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
version: ~> 0.3.3

kemalyst-model:
github: drujensen/kemalyst-model
github: kemalyst/kemalyst-model
db:
github: crystal-lang/crystal-db

Expand All @@ -24,6 +24,6 @@ targets:
rocky:
main: src/rocky.cr

crystal: 0.21.1
crystal: 0.23.1

license: MIT