https://github.com/linwooddev/website
Official Linwood Website
https://github.com/linwooddev/website
Last synced: about 1 year ago
JSON representation
Official Linwood Website
- Host: GitHub
- URL: https://github.com/linwooddev/website
- Owner: LinwoodDev
- License: apache-2.0
- Created: 2020-08-07T06:59:01.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T15:57:07.000Z (about 1 year ago)
- Last Synced: 2025-04-28T16:54:54.333Z (about 1 year ago)
- Language: MDX
- Homepage: https://linwood.dev
- Size: 27 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.