This is the website for yogabydelphine.com.
You can book online and in-studio yoga courses (only available in french).
This site is based on the following stack:
- Remix: full stack web framework
- Shopify for the e-commerce part
- Netlify for CI/CD/hosting + serverless functions
- Cloudinary to manage images
- Tailwindcss
You can find the website design in Figma here
NOTE: a Shopify partner account is required.
- Clone the repo:
$ git clone https://github.com/nicolaserny/yoga-by-delphine.git
-
Install pnpm
-
Go to the project directory and install dependencies:
$ cd yoga-by-delphine && pnpm install
- Configure env variables by creating a .env file (use the template file)
- Run the development server:
$ pnpm run dev