This is a solution to the Blogr landing page challenge on Frontend Mentor.
- Solution URL: /~https://github.com/rodolfomayora/blogr-landing-page.git
- Live Site URL: https://my-blogr-landing-page.vercel.app
- Website - https://rodolfo-mayora-pereda.vercel.app
- LinkedIn - https://www.linkedin.com/in/rodolfo-mayora-pereda
- Frontend Mentor - https://www.frontendmentor.io/profile/rodolfomayora
- Just run:
npm dev:docker
- Open http://localhost:3001 in your browser.
- Install PNPM
v8.x
:-
Option #1: Install PNPM globally with NPM
npm install -g pnpm@8.x
-
Option #2: If you have at least Node
v18.x
just use corepack within the project directory to use PNPM locallycorepack enable && corepack install
-
- Install dependencies
pnpm install
- Run dev server
pnpm dev
- Open http://localhost:3001 in your browser.