distillpub / post--feature-wise-transformations

Feature-Wise Transformations

Home Page:https://distill.pub/2018/feature-wise-transformations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distill submission repository

Submission document

The submission document is located at src/index.ejs.

Developing

npm install to install dependencies. (Can take minutes!)

npm run dev to run a watching server.

npm run build to build, transpile, babel-ify and minify files.

Components are in src. The .html files are svelte components, the .js files are compilation endpoints that are also defined in webpack.config.js. These compiled endpoints are then consumed by hand authored .ejs files in src.

Visit localhost:8080/index.html for a hot-reloading preview of the article.

About

Feature-Wise Transformations

https://distill.pub/2018/feature-wise-transformations

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 78.8%Language:TeX 10.2%Language:JavaScript 9.8%Language:CSS 1.2%