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

https://github.com/inaka/inaka.github.io

Inaka's Open Source Projects
https://github.com/inaka/inaka.github.io

open-source website

Last synced: about 1 year ago
JSON representation

Inaka's Open Source Projects

Awesome Lists containing this project

README

          

# INAKA Comunity Website

![AWESOME SCREENSHOT!!](awesomeScreenshot.png)

This is the inaka comunity website. To preview it, run the following

```
npm install
npm run serve
```

# To Update the Site content with github data
```
npm run build
```

# Important

If you are using parcel to work with the site("npm run serve"), the site wil NOT auto update when you change a file. This is because a bug in parcel that prevents it to dettect changes when the containing folder have dots (like in inaka.github.io). To fix it, rename the folder to inaka-github-io.