Skip to content

nobeam/lattice-summaries-website

Repository files navigation

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