Files

11 lines
324 B
Markdown
Raw Permalink Normal View History

2020-09-19 11:50:23 +02:00
# Web
The code for t2linux.org's landing page
## Building
2020-09-19 11:50:23 +02:00
2021-10-24 16:01:06 +02:00
- 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