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

https://github.com/devzakir/developer-resources

Curated Developer Resource to make life easier by saving time
https://github.com/devzakir/developer-resources

Last synced: 5 months ago
JSON representation

Curated Developer Resource to make life easier by saving time

Awesome Lists containing this project

README

          

## Developer Resources

Jamstack Project = Vuejs + Nuxtjs + Markdown + Github

---

- Data Storage - `Markdown`
- Frontend -` Vuejs with Nuxtjs`
- Git based HEADLESS CMS - `Nuxt Content Module`
- Project Storage - `Github/Netlify`

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```