https://github.com/benjaminwfox/website-2020
My personal site, primarily a custom built Next.js SSG Markdown blog
https://github.com/benjaminwfox/website-2020
blog markdown nextjs react
Last synced: 4 months ago
JSON representation
My personal site, primarily a custom built Next.js SSG Markdown blog
- Host: GitHub
- URL: https://github.com/benjaminwfox/website-2020
- Owner: BenjaminWFox
- Created: 2020-06-08T21:23:54.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T18:29:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T21:51:28.315Z (over 1 year ago)
- Topics: blog, markdown, nextjs, react
- Language: JavaScript
- Homepage: https://benjaminwfox.com/
- Size: 38.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next.js Base Project
### Includes Configuration for Sustainable Development
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
The additional configuration includes:
- Linting with ESLint
- Testing with Jest & Testing Library React
- Aliased Paths/Absolute Imports.
All steps for configuration are [documented in this tutorial]().
## Getting Started
Clone the project, then:
`npm install` / `yarn install`
followed by:
`npm run dev` / `yarn dev`
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.