https://github.com/t2linux/web
The code behind t2linux.org
https://github.com/t2linux/web
Last synced: 20 days ago
JSON representation
The code behind t2linux.org
- Host: GitHub
- URL: https://github.com/t2linux/web
- Owner: t2linux
- Created: 2020-09-18T21:54:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T14:00:45.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T19:58:28.395Z (about 3 years ago)
- Language: Vue
- Size: 28.9 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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