Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Jul 4, 2023
1 parent f041fb4 commit 114e293
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
> We will publish the preview version of the app for testing, and once the PR is merged into the main branch, we will release it to the app store. 🚀
- Fork it.
- Submit PR to `staging` branch.
- Submit PR to `develop` branch.

## Changeset

- Major (DO NOT BUMP)
- Minor (Native code changes)
- Patch (Non-native code changes)
- Patch (JS code changes)
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# xLog-mobile

<p align="center">
WIP 🟡
</p>

> Mobile app for the first on-chain and open-source blogging platform for everyone.
[![Discord](https://img.shields.io/badge/chat-Discord-5865F2.svg?logo=discord&style=flat-square)](https://discord.gg/46VJMMVCuF) &nbsp;[![Twitter](https://img.shields.io/badge/Twitter-@_xLog-1d9bf0.svg?logo=twitter&style=flat-square)](https://twitter.com/_xLog) &nbsp;[![build](https://img.shields.io/github/actions/workflow/status/Crossbell-Box/xLog/docker-build-push-prod.yml?logo=github&style=flat-square)](https://github.com/Crossbell-Box/xLog/actions/workflows/docker-build-push.yml)
[![Discord](https://img.shields.io/badge/chat-Discord-5865F2.svg?logo=discord&style=flat-square)](https://discord.gg/46VJMMVCuF) &nbsp;[![Twitter](https://img.shields.io/badge/Twitter-@_xLog-1d9bf0.svg?logo=twitter&style=flat-square)](https://twitter.com/_xLog) &nbsp;[![build](https://img.shields.io/github/actions/workflow/status/Crossbell-Box/xLog/docker-build-push-prod.yml?logo=github&style=flat-square)](https://github.com/Crossbell-Box/xLog/actions/workflows/docker-build-push.yml) &nbsp;[![iOS Download](https://img.shields.io/badge/iOS-Download-000000?style=flat-square&logo=apple)](https://apps.apple.com/cn/app/xlog-on-chain-blogging/id6449499296) &nbsp;[![Android Download](https://img.shields.io/badge/Android-Download-3DDC84?style=flat-square&logo=android)](https://play.google.com/store/apps/details?id=com.crossbell.xlog)

<p align="center">
<img src="./assets/download-qrcode.png" width="20%" />
</p>


## Development
Expand Down Expand Up @@ -54,13 +54,15 @@
- Prebuild the project

```sh
nr prebuild
nr prebuild:dev
```

- Start the app

```sh
nr ios/android # If you want to run on your real device, you need to add `-d` flag.
# If you want to run on your real device, you need to add `-d` flag.
nr ios
nr android
```

### Publishing
Expand Down
Binary file added assets/download-qrcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/set-app-config-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function setAppConfigEnv() {
console.log("ENV:", ENV);

const SCHEME = process.env.APP_SCHEME;
const HOST = process.env.APP_HOST;
const HOST = process.env.APP_HOST ?? "xlog.app";

const envConfig = {
development: {
Expand Down

0 comments on commit 114e293

Please sign in to comment.