Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 324 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 324 Bytes

Web

The code for t2linux.org's landing page

Building

  • Run yarn install to install nessearry dependencies
  • Run yarn serve to start a development server and open the page in the default browser
  • Run yarn build to compile and minify for production
  • Run yarn lint to check source files for formatting errors