This project serves as both my professional portfolio website, as well as my blog. Built using:
Deployed on Cloudflare Pages using the cloudflare adapter.
-
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
-
Install dependencies:
npm install
-
Run the development server:
npm run dev # or start the server and open the app in a new browser tab npm run dev -- --open
To create a production version of this app:
npm run buildYou can preview the production build with npm run preview.