All Projects → osmosis-labs → osmosis-frontend

osmosis-labs / osmosis-frontend

Licence: other
Web interface for Osmosis Zone

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to osmosis-frontend

natsuha-weather
Natsuha Weather for WeChat Mini Program.
Stars: ✭ 33 (-71.79%)
Mutual labels:  mobx
SoundCloudMobx
No description or website provided.
Stars: ✭ 49 (-58.12%)
Mutual labels:  mobx
mobx-react-mvvm-example
React MVVM architecture powered by MobX.
Stars: ✭ 58 (-50.43%)
Mutual labels:  mobx
mst-effect
💫 Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.
Stars: ✭ 19 (-83.76%)
Mutual labels:  mobx
NObservable
MobX like observable state management library with Blazor support
Stars: ✭ 66 (-43.59%)
Mutual labels:  mobx
site
The easiest way to build and send Discord messages using webhooks
Stars: ✭ 258 (+120.51%)
Mutual labels:  mobx
react-mobx-router
Create React App with React Router 4 and MobX + Internationalization
Stars: ✭ 90 (-23.08%)
Mutual labels:  mobx
taro-template
可用于生产环境的taro项目模版,技术栈:taro + taro-ui + typescript + dva / mobx + sass,无需过多关注项目配置,预置功能包括但不限于页面/组件/store/service模版一键生成/编译自动生成路由列表和组件入口/代码规范强制检查/请求拦截封装/小程序CI等,实现多端项目的高效快速开发。目前已有1.x / 2.x / 3.x 版本。
Stars: ✭ 59 (-49.57%)
Mutual labels:  mobx
react-native-devtools-spy
Adds a Spy option to the React Native development menu
Stars: ✭ 14 (-88.03%)
Mutual labels:  mobx
mobx-collection
Objects store for MobX
Stars: ✭ 14 (-88.03%)
Mutual labels:  mobx
ngx-mobx
Mobx decorators for Angular Applications
Stars: ✭ 14 (-88.03%)
Mutual labels:  mobx
movue
MobX integration for Vue.js.
Stars: ✭ 57 (-51.28%)
Mutual labels:  mobx
extjs-reactjs-examples
Code examples for ExtJS to React transition
Stars: ✭ 48 (-58.97%)
Mutual labels:  mobx
react-mobx-webpack-seed
a boiler plate for React, MobX and Webpack application with tests and coverage.
Stars: ✭ 21 (-82.05%)
Mutual labels:  mobx
BLOG DESKTOP
Yancey Official Blog for PC.
Stars: ✭ 80 (-31.62%)
Mutual labels:  mobx
mobx-react-docz
DEPRECATED Documentation site for MobX in React
Stars: ✭ 43 (-63.25%)
Mutual labels:  mobx
flutter mobx boilerplate
A Flutter Project contains a Boilerplate code with MobX and Provider as a State Management.
Stars: ✭ 29 (-75.21%)
Mutual labels:  mobx
electron-exhentai
No description or website provided.
Stars: ✭ 13 (-88.89%)
Mutual labels:  mobx
mengya
一个类知乎文章方面的应用项目
Stars: ✭ 14 (-88.03%)
Mutual labels:  mobx
react-mobx-antd-boilerplate
react16-router4--mobx-antd3--webpack4-boilerplate
Stars: ✭ 15 (-87.18%)
Mutual labels:  mobx

Osmosis Frontend 👩‍🔬⚗️🧪

osmosis-banner-1200w

Development 💻

Our frontend is built with the following tools:

Deployment 🚀

Start web server

yarn && yarn build && yarn start

Contributing 👨‍💻

We welcome and encourage contributions! We recommend looking for issues labeled with "good-first-issue".

Make sure node >= 16 and yarn is installed.

  1. Install deps
yarn
  1. Build app
yarn build
  1. Run local server at localhost:3000
yarn dev

Frontier 🤠

To reduce duplicated effort, master branch is used to deploy the frontier app as well. The frontier deployment has NEXT_PUBLIC_IS_FRONTIER env var set to true. If making updates to frontier, please target the master branch. Frontier assets are configured in packages/web/config/ibc-assets.ts.

Develop

To develop with frontier configuration, use:

yarn build:frontier && yarn dev:frontier

Deploy

To deploy frontier (the env var will be set for you):

yarn build:frontier && yarn start:frontier

Otherwise the non-frontier commands can be used with the env var set to true.

Testnet

Dev:

yarn build:testnet && yarn dev:testnet

Deploy:

yarn build:testnet && yarn start:testnet
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].