Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Crabston/crabston.ch-old

Repository files navigation

Crabston.ch

This is the website of Crabston GmbH. It is built with React & hosted on [Vercel] (https://vercel.com/).

Setup

Secrets

  1. Download the Doppler CLI
  2. Login to Doppler via the CLI: doppler login
  3. Configure Doppler with doppler setup

Run Project Locally

  1. Install dependencies: npm install
  2. Run the project with the doppler secrets: npm run start