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

https://github.com/linwooddev/website

Official Linwood Website
https://github.com/linwooddev/website

Last synced: about 1 year ago
JSON representation

Official Linwood Website

Awesome Lists containing this project

README

          

# Linwood Website

[Visit the website](https://linwood.dev)

## Project Structure

All data can be found in `content`.
The blog entries are in `content/blog`.
Find all projects in `content/projects`.

## Building

Install all dependencies with `pnpm install`.

To run the dev server run `pnpm dev`.

To build the website run `pnpm build`.