An open API service indexing awesome lists of open source software.

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

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