/ecolecouture.ch

Monorepo for the "Ecole de Couture" using WP headless and served with nuxt3 using Graphql, Apollo and TailwindCSS.

Primary LanguageVue

🧵 Ecole de Couture de Fribourg

Backend: wordpress (+ WP Graphql)

DEV

  1. Set up your local server and configure the database infos inside the .env config file
cp .env.example .env
  1. Install everything
composer install

DEPLOY

// TO DO

Frontend: Nuxt3 (+ Apollo / TailwindCSS)

DEV

  1. Install everything

yarn install

  1. Start the development server on http://localhost:3000

yarn dev

DEPLOY

// TO DO