Skip to content

ctrl-f-plus/ctrl-f-plus-website

Repository files navigation

Ctrl-F.Plus

ctrl-f.plus application screenshot

Technologies

This application requires Node.js v18.15+.

Getting Started

First, install the npm dependencies:

pnpm install

Next, 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