Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/purefuncinc/pheme.social
- Owner: PureFuncInc
- Created: 2022-05-29T06:17:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T11:25:30.000Z (10 months ago)
- Last Synced: 2024-01-29T13:37:07.968Z (10 months ago)
- Topics: website
- Language: Vue
- Homepage: https://pheme.social
- Size: 33.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).