Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rainlanguage/rain.webapp
https://github.com/rainlanguage/rain.webapp
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainlanguage/rain.webapp
- Owner: rainlanguage
- License: other
- Created: 2024-08-02T16:37:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T21:17:15.000Z (22 days ago)
- Last Synced: 2025-01-04T22:19:49.870Z (22 days ago)
- Language: TypeScript
- Homepage: https://raindex.finance
- Size: 3.61 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Frames.js Next example
Simple Frames.js app using Next.js.
### Installation
```sh
npm install
```### Run in Debugger
Following command will open frames debugger and also run the app in development mode.
```sh
npm run dev
```