ariG23498/flow-matching

Space

flow-matching

15

stars

8

commits

Sep 13, 2026

updated

docker
research-article-template

README

flow-matching

A research article built with research-article-template.

Quick start

cd app
npm run dev           # dev server at http://localhost:4321

Deploy to Hugging Face

# 1. Create a Space at huggingface.co/new-space (select Docker SDK)
# 2. Push to it:
git remote add space git@hf.co:spaces/<your-username>/<your-space>
git push space main

That's it. The Dockerfile and nginx config are included.

Edit your content

FileWhat
app/src/content/article.mdxMain article (metadata + chapter imports)
app/src/content/chapters/Your chapters (one .mdx per section)
app/src/content/bibliography.bibBibTeX references
app/src/content/embeds/D3.js HTML visualizations
app/src/content/assets/data/CSV/JSON data files
app/src/content/assets/image/Images

Commands

CommandDescription
npm run devDev server
npm run buildProduction build
npm run export:pdfExport as PDF
npm run export:latexExport as LaTeX
npm run sync:templatePull latest template updates

License

CC-BY-4.0

Contributors

ariG23498

8 commits

ariG23498/flow-matching

Space

flow-matching

15

stars

8

commits

Sep 13, 2026

updated

docker
research-article-template

README

flow-matching

A research article built with research-article-template.

Quick start

cd app
npm run dev           # dev server at http://localhost:4321

Deploy to Hugging Face

# 1. Create a Space at huggingface.co/new-space (select Docker SDK)
# 2. Push to it:
git remote add space git@hf.co:spaces/<your-username>/<your-space>
git push space main

That's it. The Dockerfile and nginx config are included.

Edit your content

FileWhat
app/src/content/article.mdxMain article (metadata + chapter imports)
app/src/content/chapters/Your chapters (one .mdx per section)
app/src/content/bibliography.bibBibTeX references
app/src/content/embeds/D3.js HTML visualizations
app/src/content/assets/data/CSV/JSON data files
app/src/content/assets/image/Images

Commands

CommandDescription
npm run devDev server
npm run buildProduction build
npm run export:pdfExport as PDF
npm run export:latexExport as LaTeX
npm run sync:templatePull latest template updates

License

CC-BY-4.0

Contributors

ariG23498

8 commits