Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minarox/website

Site web de Minarox.
https://github.com/minarox/website

portfolio portfolio-website twitch website website-development youtube

Last synced: 18 days ago
JSON representation

Site web de Minarox.

Awesome Lists containing this project

README

        





Logo Minarox

Maintenance

![Website version](https://img.shields.io/github/package-json/v/Minarox/Maintenance?label=Version) 
![Project License](https://img.shields.io/github/license/Minarox/Maintenance?label=License) 
![Website build size](https://img.shields.io/badge/Build%20size-2.20%20MB-blue)


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

- [VueJS 3](https://vuejs.org/)
- [Sass](https://sass-lang.com/)
- [Vue-router](https://router.vuejs.org/)
- [Vue-i18n](https://vue-i18n.intlify.dev/)
- [Fontawesome](https://fontawesome.com/)

### Color Reference

| Color | Hex | Description |
|------------------------------|-------------------------------------------------------------------------------|-------------------------------|
| Text color | ![#FFFFFFFF](https://via.placeholder.com/8/FFFFFFFF/FFFFFFFF.png) `#FFFFFFFF` | Titles and subtitles |
| Background color | ![#393939FF](https://via.placeholder.com/8/393939FF/393939FF.png) `#393939FF` | Global background |

(back to top)

## Getting Started

### Prerequisites

- Install [NodeJS](https://nodejs.org/) with [npm](https://www.npmjs.com/)

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

### Run locally

1. Clone the project

```bash
git clone https://github.com/Minarox/Maintenance
cd website
```

2. Install dependencies

```bash
npm install
```

3. Start the server

```bash
npm run serve
```

The server should start on [localhost:8080](http://localhost:8080/).

### Deployment

To deploy this project run

```bash
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 [[email protected]](mailto:[email protected]).

(back to top)

## Author

[@Minarox](https://www.github.com/Minarox)

(back to top)