Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realm/realm-dotnet

Realm is a mobile database: a replacement for SQLite & ORMs
https://github.com/realm/realm-dotnet

database dotnet dotnet-core hacktoberfest mobile mobile-database mongodb realm realtime sync xamarin xamarin-forms

Last synced: 1 day ago
JSON representation

Realm is a mobile database: a replacement for SQLite & ORMs

Awesome Lists containing this project

README

        

# Building API reference docs

We're using [DocFX](https://dotnet.github.io/docfx/index.html) to build API reference docs.

## Getting started

Docfx works best on Windows when run from Developer Command Prompt.

1. Run `choco install docfx`.

## Building the docs
1. In `$SolutionDir` run `docfx Docs/docfx.json`.
1. To preview the docs, run `docfx Docs/docfx.json --serve`. To stop serving the docs, type `exit` and press enter (`Ctr+C` doesn't work).