https://github.com/juampirombola/frux-web
https://frux-web.herokuapp.com/
https://github.com/juampirombola/frux-web
7552 fiuba
Last synced: 4 months ago
JSON representation
https://frux-web.herokuapp.com/
- Host: GitHub
- URL: https://github.com/juampirombola/frux-web
- Owner: JuampiRombola
- License: mit
- Created: 2021-04-21T22:20:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T20:34:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T19:42:39.355Z (6 months ago)
- Topics: 7552, fiuba
- Language: Vue
- Homepage:
- Size: 1.2 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frux-web
Web back office for Frux
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[](https://github.com/JuampiRombola/frux-web/actions/workflows/node.js.yml)
[](https://github.com/JuampiRombola/frux-web/actions/workflows/main.yml)## What is Frux?
Frux is the newest crowdfunding app in town.
Before reading this repo, you should probably visit our [homepage](https://www.notion.so/fdelmazo/frux-efab2dee3dd74d52b2a57311a1891bd4), with lots of info on the development, latest news, and lots (*lots*) of documentation.
If you are only interested in the source code, check out the different repos!
- [frux-app-server](https://github.com/camidvorkin/frux-app-server)
- [frux-web](https://github.com/JuampiRombola/frux-web)
- [frux-mobile](https://github.com/FdelMazo/frux-mobile)
- [frux-smart-contract](https://github.com/JDSanto/frux-smart-contract)
- [frux-chat](https://github.com/JDSanto/frux-chat)Frux is currently being developed by
- [@fdelmazo](https://www.github.com/FdelMazo)
- [@camidvorkin](https://www.github.com/camidvorkin)
- [@JuampiRombola](https://www.github.com/JuampiRombola)
- [@JDSanto](https://www.github.com/JDSanto)## How does frux-web look like?
![]()
![]()
![]()
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).