Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 811 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 811 Bytes

Home Page of Hokkaido University Cetacean Research Sapporo

URL: http://hucrsapporo.php.xdomain.jp/

Requirements

  • Nodejs >= 10.15
  • PHP >= 7.0

Build

$ cd <project root directory>
$ yarn install
$ yarn run build

Then the hole project source will be bundled and you can see the results in the dist/ directory.

Contribution

If you want to be a contributor, It is convenient to launch the development server.

$ cd <project root directory>
$ yarn install
$ yarn run serve

Then the browser opens automarically.

With the project rendered on the browser, HMR (Hot Module Replacement) should work and your changes will applieded to your browser soon.

$ yarn run lint

License

MIT License

2019 Ryohei Machida machida_mn@complex.ist.hokudai.ac.jp