Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/minarox/website
- Owner: Minarox
- License: apache-2.0
- Created: 2021-04-02T13:15:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T18:24:52.000Z (6 months ago)
- Last Synced: 2024-07-08T23:18:55.409Z (6 months ago)
- Topics: portfolio, portfolio-website, twitch, website, website-development, youtube
- Language: Vue
- Homepage: https://minarox.fr
- Size: 3.16 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
## 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 |## 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.
## Feedback
If you have any feedback, please reach out to us at [[email protected]](mailto:[email protected]).
## Author
[@Minarox](https://www.github.com/Minarox)