https://github.com/jack-walton/portfolio
Technical writing samples
https://github.com/jack-walton/portfolio
documentation markdown mdx nextjs nextra react
Last synced: about 1 month ago
JSON representation
Technical writing samples
- Host: GitHub
- URL: https://github.com/jack-walton/portfolio
- Owner: jack-walton
- License: mit
- Created: 2025-08-09T15:31:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-03-15T02:50:23.000Z (3 months ago)
- Last Synced: 2026-03-15T06:40:47.576Z (3 months ago)
- Topics: documentation, markdown, mdx, nextjs, nextra, react
- Language: MDX
- Homepage: https://docs.jackwalton.net
- Size: 20.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
This is a portfolio site built with Next.js using the Nextra theme.
## Local Development
### Clone this repository
Using the GitHub CLI:
```bash
gh repo clone jack-walton/portfolio
```
### Install
```bash
pnpm i
```
### Run the development server
```bash
pnpm dev
```
## License
This project is licensed under the MIT License.