Skip to content

benjamin-chavez/benjamin-chavez.com

Repository files navigation

benjamin-chavez.com

benjamin-chavez.com application screenshot

Running Locally

First, clone the repo:

git clone [email protected]:benjamin-chavez/benjamin-chavez.com.git
cd benjamin-chavez.com

Next, install the npm dependencies:

pnpm install

Then, create a new .env file by copying .env.example:

cp .env.example .env.local

Next, run the development server:

pnpm dev

Finally, open http://localhost:3000 in your browser to view the website.

Scripts:

  • pnpm dev

    • Runs the development server
  • pnpm run dev:clear-cache

    • Rebuilds the .next and .contentlayer folders before running the development server. This is required in order to see styling changes when editing the blog markdown file: ctrl-markdown-theme.json.
  • pnpm run build

    • Creates a production build
  • pnpm run start

  • pnpm run lint

    • Checks styling throughout codebase

About

🌻 My portfolio/blog built with Next.js, Tailwind, and Contentlayer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published