Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccyber/maccyber.io
maccyber.io website
https://github.com/maccyber/maccyber.io
Last synced: 29 days ago
JSON representation
maccyber.io website
- Host: GitHub
- URL: https://github.com/maccyber/maccyber.io
- Owner: maccyber
- Created: 2017-10-11T18:40:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:53:06.000Z (about 1 year ago)
- Last Synced: 2024-04-28T02:36:37.852Z (8 months ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maccyber.io
maccyber.io website https://maccyber.now.sh
### Development
```
npm run dev
```### Serve static
```
npm i
npm i -g serve
npm run export
serve out/
```### Deploy to now
```
npm i
npm run deplow
```