An open API service indexing awesome lists of open source software.

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/

Awesome Lists containing this project

README

        

# frux-web

Web back office for Frux

Logo

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[![Node.js CI](https://github.com/JuampiRombola/frux-web/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/JuampiRombola/frux-web/actions/workflows/node.js.yml)
[![Deploy](https://github.com/JuampiRombola/frux-web/actions/workflows/main.yml/badge.svg?branch=main)](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?

screenshot1
screenshot4
screenshot3
screenshot2

## 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/).