Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raydium-io/raydium-ui
Raydium Frontend V1
https://github.com/raydium-io/raydium-ui
Last synced: 27 days ago
JSON representation
Raydium Frontend V1
- Host: GitHub
- URL: https://github.com/raydium-io/raydium-ui
- Owner: raydium-io
- License: gpl-3.0
- Created: 2021-02-21T20:43:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T12:10:55.000Z (7 months ago)
- Last Synced: 2024-10-28T22:36:12.869Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://v1.raydium.io
- Size: 19.1 MB
- Stars: 333
- Watchers: 25
- Forks: 236
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - raydium-io/raydium-ui - Raydium Frontend V1 (TypeScript)
README
# Raydium UI
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).