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

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.

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)