Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikependon/repodb.net
A hybrid ORM library for .NET.
https://github.com/mikependon/repodb.net
Last synced: about 2 months ago
JSON representation
A hybrid ORM library for .NET.
- Host: GitHub
- URL: https://github.com/mikependon/repodb.net
- Owner: mikependon
- License: mit
- Created: 2020-03-05T05:56:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T13:59:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T01:38:06.262Z (almost 2 years ago)
- Language: SCSS
- Size: 7.23 MB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RepoDb.NET
This repository contains the official raw files used for [RepoDB](https://github.com/mikependon/RepoDb) website. The official website can be visited at [RepoDb.NET](http://repodb.net).
## Clone and Run Locally
First, install the git by following this [tutorial](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). Then, install the Jekyll by following this [tutorial](https://jekyllrb.com/docs/installation/).
After the installation, clone the project by following the commands below.
```
> mkdir c:\src
> cd c:\src
> git clone https://github.com/mikependon/RepoDb.NET.git
```Then, run the site via Jekyll.
```
> cd c:\src\RepoDb.NET
> bundle exec jekyll serve
```Lastly, open a browser and visit the link [http://localhost:4000/](http://localhost:4000/).
### Engagements
Please get in touch with us via:
- [GitHub](https://github.com/mikependon/RepoDb.NET/issues) - for any issues, requests and problems.
- [StackOverflow](https://stackoverflow.com/search?tab=newest&q=RepoDB) - for any technical questions.
- [Twitter](https://twitter.com/search?q=%23repodb) - for the latest news.
- [Gitter Chat](https://gitter.im/RepoDb/community) - for direct and live Q&A.## Credits
- [Jekyll](https://github.com/jekyll/jekyll) - for powering our website.
## License
[Apache-2.0](http://apache.org/licenses/LICENSE-2.0.html) - Copyright © 2020 - Michael Camara Pendon