mirror of
https://github.com/t2linux/web.git
synced 2026-08-16 05:22:12 -07:00
324 B
324 B
Web
The code for t2linux.org's landing page
Building
- Run
yarn installto install nessearry dependencies - Run
yarn serveto start a development server and open the page in the default browser - Run
yarn buildto compile and minify for production - Run
yarn lintto check source files for formatting errors