nobeam / lattice-summaries-website

Frontend to display data generated by lattice-summaries.

Home Page:https://lattice-summaries.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lattice summaries website

Netlify Status

This website provides a frontend to view the simulation results generated by the lattice-summaries-data repo.

Used technologies

Setup

  1. For local development symlink the output directory of lattice-summaries-data

    ln -s ../../lattice-summaries-data/results public/results

    or use the online data by changing the DATA_URL in the .env.development file.

  2. Make sure Node.js is installed.

  3. Run npm install to install the dependencies into the node_modules directory.

  4. Run npm run dev to start the development server.

Deployment

  1. The website is automatically deployed to netlify when pushed to main.
  2. The production version can also built locally with npm run build.

License

GNU General Public License v3.0

About

Frontend to display data generated by lattice-summaries.

https://lattice-summaries.netlify.app

License:GNU General Public License v3.0


Languages

Language:Vue 78.4%Language:TypeScript 13.9%Language:JavaScript 3.0%Language:Nix 1.8%Language:CSS 1.6%Language:HTML 1.3%