eisbr11 / cruorhilla-nextjs

The new and fancy Cruor Hilla Bandpage Frontend

Home Page:cruorhilla-nextjs.eisbr11.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Cruor Hilla Next.js page

This is the repository for the new 2021 Cruor Hilla website found here: www.cruorhilla.de

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Test and Lint

This project uses eslint. Run

npm run lint

to run the linter.

You can also run

npm run lint:fix

to automatically fix some issues.

env File

You need to add environment information to connect to storyblok the api. For this you can copy the .env.local.example and create you own .env.local like this:

STORYBLOK_DEV_MODE=true/false
STORYBLOK_API_KEY=xxx

Tech Stack for this project

  • Yarn
  • React
  • Next.js
  • Storyblok
  • Typescript
  • ESLint
  • MaterialUI
  • axios
  • dot.env

About

The new and fancy Cruor Hilla Bandpage Frontend

cruorhilla-nextjs.eisbr11.vercel.app


Languages

Language:TypeScript 99.2%Language:Shell 0.4%Language:JavaScript 0.3%Language:CSS 0.1%