Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desmondsanctity/meglio-landing-page
A blockchain based social enterprise landing page
https://github.com/desmondsanctity/meglio-landing-page
alphinejs bulma css javascript nodejs
Last synced: 14 days ago
JSON representation
A blockchain based social enterprise landing page
- Host: GitHub
- URL: https://github.com/desmondsanctity/meglio-landing-page
- Owner: DesmondSanctity
- License: mit
- Created: 2021-10-25T20:51:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T09:26:58.000Z (over 2 years ago)
- Last Synced: 2024-11-06T19:53:30.862Z (2 months ago)
- Topics: alphinejs, bulma, css, javascript, nodejs
- Language: HTML
- Homepage: https://desmondsanctity.github.io/meglio-landing-page/
- Size: 3.89 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: docs/roadmap.html
Awesome Lists containing this project
README
# 👋 Meglio
> Meglio is an ICO / Crypto landing page built by [Dex](https://github.com/DesmondSanctity).![Screenshot](https://drive.google.com/file/d/1fSh_KOnhm6Pe-7EB5mU3WYSpGDIreq75/view?usp=sharing "Meglio")
## ✌️ Preview
Check out the live demo by clicking [here](https://desmondsanctity.github.io/meglio-landing-page/).
Meglio is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).## 👍 Features
* Gulp 4 and nodejs 12.13.0 (minimum)
* Bulma 0.9.1
* ES6 support
* Alpine JS## 👌 Usage
1. Install Dev Depedencies
```sh
npm install
```2. To start development server
```sh
npm run dev
```## 🍔 Issues
If you've found an issue or a bug, you can report it in the issues section of this repository. Please try to follow these simple guidelines to report your issue:
* Issue definition
* Expected behaviour
* Actual behaviour
* steps to reproduce
* Already tried fixes (if relevant)