Skip to content

The Blueshoe website based on Nuxt 3 and Tailwind CSS

Notifications You must be signed in to change notification settings

Blueshoe/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blueshoe website monorepo

Welcome to the Blueshoe website monorepo! This repository includes our website in german and english (each can be found in de / io respectively). There is also a shared component library which can be found in blueshoe-core.

Development and building

Prerequisites

node

Please install node on your system. We recommend using versionfox as it is a crossplatform solution for SDK management.

yarn

Both (de and io) require a modern yarn version. If you have not enabled this yet please execute:

corepack enable

After this command yarn v4+ should be available.

Development

For developing either website variant cd into the respective directory and then execute:

  • once: yarn (this installs all required dependencies)
  • every time: yarn dev (this boots the development server and has to be executed every time you want to develop)

Building

To build and preview each website variant cd into the respective directory and then execute:

  • yarn generate
  • npx serve .output/public

About

The Blueshoe website based on Nuxt 3 and Tailwind CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published