Skip to content

My professional website. Explore my technical projects, as well as my software development insights in my blog.

Notifications You must be signed in to change notification settings

tony-montemuro/dev-blog

Repository files navigation

This project serves as both my professional portfolio website, as well as my blog. Built using:

Deployed on Cloudflare Pages using the cloudflare adapter.

Developing

  1. Clone the repository onto your machine:

    git clone https://github.com/tony-montemuro/dev-blog
    
    # or, if you are using ssh:
    git clone [email protected]:tony-montemuro/dev-blog.git
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
    
    # or start the server and open the app in a new browser tab
    npm run dev -- --open

Building

To create a production version of this app:

npm run build

You can preview the production build with npm run preview.

About

My professional website. Explore my technical projects, as well as my software development insights in my blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published