项目作者: nobeam

项目描述 :
https://lattice-summaries.netlify.app
高级语言: Vue
项目地址: git://github.com/nobeam/lattice-summaries-website.git
创建时间: 2020-12-04T05:32:24Z
项目社区:https://github.com/nobeam/lattice-summaries-website

开源协议:GNU General Public License v3.0

下载


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

    1. 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