Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scalikejdbc/scalikejdbc.github.io
ScalikeJDBC official website
https://github.com/scalikejdbc/scalikejdbc.github.io
scala scalikejdbc
Last synced: 8 days ago
JSON representation
ScalikeJDBC official website
- Host: GitHub
- URL: https://github.com/scalikejdbc/scalikejdbc.github.io
- Owner: scalikejdbc
- Created: 2013-11-19T10:58:05.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-17T00:07:09.000Z (15 days ago)
- Last Synced: 2024-12-17T01:25:37.465Z (15 days ago)
- Topics: scala, scalikejdbc
- Language: HTML
- Homepage: https://scalikejdbc.org/
- Size: 1.92 MB
- Stars: 8
- Watchers: 9
- Forks: 44
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## ScalikeJDBC website
https://scalikejdbc.org/
### How to contribute scalikejdbc.org?
#### fork scalikejdbc.github.io project
Fork [https://github.com/scalikejdbc/scalikejdbc.github.io](https://github.com/scalikejdbc/scalikejdbc.github.io).
#### change under the website directory
How to debug:
```
git clone [your forked repository].
cd scalikejdbc.github.io
gem install bundler
bundle install --path vendor/bundle
# bundle exec middleman build
bundle exec middleman server
```Access `http://localhost:4567/` from your browser.
#### make a pull request
Create a branch to request, and send your pull request to `develop` branch (not `master` branch).