https://github.com/francisfuzz/dotcom
The personal website of Francis Batac. Built using Next.js and Vercel.
https://github.com/francisfuzz/dotcom
blog francisfuzz nextjs nextra
Last synced: 8 months ago
JSON representation
The personal website of Francis Batac. Built using Next.js and Vercel.
- Host: GitHub
- URL: https://github.com/francisfuzz/dotcom
- Owner: francisfuzz
- Created: 2021-02-22T20:43:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T23:29:53.000Z (about 1 year ago)
- Last Synced: 2025-03-06T10:52:24.368Z (about 1 year ago)
- Topics: blog, francisfuzz, nextjs, nextra
- Language: MDX
- Homepage: https://www.francisfuzz.com
- Size: 1.68 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# francisfuzz.com
`francisfuzz.com` is Francis' personal portfolio, built with **Next.js** and a library called [Nextra](https://nextra.vercel.app/).
## Instructions for local development
```shell
# Clone this repository:
git clone https://github.com/francisfuzz/dotcom.git
# Change directory into this repository and install the dependencies using `npm`:
cd dotcom
npm install
# Run the server and open a new browser tab on where it's served up: `http://localhost:3000`
npm run dev
```
## License
* Content: [Creative Commons, BY](http://creativecommons.org/licenses/by/3.0/)
* Code: [MIT](http://opensource.org/licenses/mit-license.php)