Skip to content

ColinRuan21/mattberti.com

 
 

Repository files navigation

Mattberti.com

This is the complete code behind mattberti.com, a personal web site mostly focused on a portfolio and blog. I am providing this as open source because I wanted to share my code to others.

Built With

  • Javascript
  • React
  • Next.js
  • Sass

Launch

To get this app running on your local machine:

  1. Clone this repository
  2. Install website dependencies by running npm install
  3. Run the development server: npm run dev
  4. Build for deployment: npm run build

Note the current build setting utilizes Next.js static export. To run this app on a server, use next build.

Blog

Posts within the posts directory are automatically generated as blog posts. To add a new post, manually create a new markdown file, or use the shortcut script: npm run newpost.

Contributing

Feel free to file a PR if you want to help improve this project. :)

About

Open source code base for a personal site, portfolio, and blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.4%
  • SCSS 33.5%
  • JavaScript 5.6%
  • CSS 0.5%