This is the inaka comunity website. To preview it, run the following
npm install
npm run serve
npm run build
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.