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

https://github.com/lebrancconvas/co-space

Co-Working Space Management Platform.
https://github.com/lebrancconvas/co-space

cypress docker docker-image e2e e2e-tests express javascript typescript vue vue-router

Last synced: 3 months ago
JSON representation

Co-Working Space Management Platform.

Awesome Lists containing this project

README

          

# cospace

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your end-to-end tests
```
yarn test:e2e
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).