Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```