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
- Host: GitHub
- URL: https://github.com/inaka/inaka.github.io
- Owner: inaka
- License: apache-2.0
- Created: 2014-08-04T14:52:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T15:26:09.000Z (over 7 years ago)
- Last Synced: 2025-06-10T16:08:24.006Z (about 1 year ago)
- Topics: open-source, website
- Language: HTML
- Homepage: http://inaka.github.io
- Size: 12 MB
- Stars: 3
- Watchers: 44
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# INAKA Comunity Website

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.