https://lattice-summaries.netlify.app
This website provides a frontend to view the simulation results generated by the lattice-summaries-data repo.
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.
npm install
to install the dependencies into the node_modules
directory.npm run dev
to start the development server.main
.npm run build
.