Skip to content

Repository files navigation

Logo of Mountain and oaks!

The repostitory for mountainandoaks.com – Where I share my recipes for food, cocktails and bread.

🛠️ Next.js – 💅 Tailwind – 📦 Vercel


⭐️ CI checksGetting startedTestingStorybookDeployment ⭐️


📋 CI checks

Tool Status
Code coverage codecov
Lint 💅 Lint
Tests 🧪 Tests
TypeScript check 🕵🏻 Type check
E2E 👀 End-to-end tests
Dead code 💀 Dead code check

💻 Getting started

First, install Bun if you haven't already:

$ curl -fsSL https://bun.sh/install | bash

Then clone this repository and run the following commands:

$ bun install
$ bun run dev

The site will be available on http://localhost:3000.

🧪 Testing

The Github actions runs the following tests:

  • Unit tests
  • E2E
    • There's E2E tests with the help of Playwright
    • Run bun run test:e2e to run the tests locally
  • Type checks
    • TypeScript type checks are ran with the tsc command
    • Run bun run tsc to run the tests locally

🎨 Storybook

Start the Storybook server with:

bun run storybook

Storybook will be available on http://localhost:6006.

🚢 Deployment

Deploys are done automatically as soon as a new commit hits the main branch.

About

The repository for mountainandoaks.com

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages