Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smudger/notey
https://github.com/smudger/notey
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smudger/notey
- Owner: smudger
- Created: 2022-06-21T13:15:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T17:23:50.000Z (over 2 years ago)
- Last Synced: 2023-03-05T04:37:21.798Z (almost 2 years ago)
- Language: JavaScript
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notey [![Netlify Status](https://api.netlify.com/api/v1/badges/c8a086ad-defd-45f0-975c-caebc9d27dee/deploy-status)](https://app.netlify.com/sites/noteysmudger/deploys)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn dev
```### Compiles and minifies for production
```
yarn build
```### Serves production build locally
```
yarn serve
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).