Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/purefuncinc/pheme.social

Pheme: official website
https://github.com/purefuncinc/pheme.social

website

Last synced: 9 days ago
JSON representation

Pheme: official website

Awesome Lists containing this project

README

        

# pheme.social

## Project setup
```
npm ci
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build:prod
```

### Lints and fixes files
```
npm run lint
```

### Deploy
```
zip -r dist.zip dist
scp dist.zip office:~
```

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