This website provides a frontend to view the simulation results generated by the lattice-summaries-data repo.
- JS Framework: Vue.js 3
- Build Tool: vite
- CSS Framework: tailwindcss
-
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. -
Make sure Node.js is installed.
-
Run
npm install
to install the dependencies into thenode_modules
directory. -
Run
npm run dev
to start the development server.
- The website is automatically deployed to netlify when pushed to
main
. - The production version can also built locally with
npm run build
.