Skip to content

LaFeeDesCailloux/Website

Repository files navigation


Logo

Website

GitHub deployments  Website version  Project License  Website build size

Website of La Fée des Cailloux entreprise.
lafeedescailloux.fr »


Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Feedback
  5. Author

About The Project

Website of La Fée Des Cailloux entreprise presenting all products made by the entreprise.

Features

  • Home page
  • Presentation
  • Products
  • Contact

Tech Stack

(back to top)

Getting Started

Prerequisites

  curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
  sudo apt-get install -y nodejs

Run locally

  1. Clone the project
  git clone https://github.com/LaFeeDesCailloux/Website
  cd website
  1. Install dependencies
  npm install
  1. Start the server
  npm run serve

The server should start on localhost:8080.

Deployment

To deploy this project run

  npm run build

A new dist folder will appear containing the entire compiled website.

(back to top)

Roadmap

  • Create VueJS project
  • Add homepage
  • Add my work pages
    • "Chemins de vie"
    • "Bracelets thérapeutiques"
    • "Pendules"
    • "Pendentifs et Colliers"
    • "Druses et Géodes"
    • "Pierres roulées"
  • Add "Entretenir ses pierres"
  • Add contact page
  • Deploy on Cloudflare

(back to top)

Author

@Minarox

(back to top)