/Website

Site web de Minarox.

Primary LanguageVueApache License 2.0Apache-2.0


Logo Minarox

Maintenance

Website version  Project License  Website build size

Maintenance page of the Minarox website.
minarox.fr »


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

About The Project

Maintenance page of the Minarox website with links to the different social networks.

Features

  • Logo and name
  • Maintenance message with translation (EN and FR)
  • Other projects with carousel
  • Links to social networks
  • Responsive design

Tech Stack

Color Reference

Color Hex Description
Text color #FFFFFFFF #FFFFFFFF Titles and subtitles
Background color #393939FF #393939FF Global background

(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/Minarox/Maintenance
  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)

Feedback

If you have any feedback, please reach out to us at contact@minarox.fr.

(back to top)

Author

@Minarox

(back to top)