post--feature-wise-transformations icon indicating copy to clipboard operation
post--feature-wise-transformations copied to clipboard

Feature-Wise Transformations

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.