https://github.com/neetjn/metatube-landing
Landing page for metatube project using Riot.js 4 and Tailwind CSS.
https://github.com/neetjn/metatube-landing
css html javascript landing-page media metatube postcss riot tailwind tailwindcss video youtube
Last synced: 2 months ago
JSON representation
Landing page for metatube project using Riot.js 4 and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/neetjn/metatube-landing
- Owner: neetjn
- License: mit
- Created: 2019-06-01T17:06:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T21:49:42.000Z (almost 6 years ago)
- Last Synced: 2025-02-08T17:46:38.712Z (4 months ago)
- Topics: css, html, javascript, landing-page, media, metatube, postcss, riot, tailwind, tailwindcss, video, youtube
- Language: HTML
- Homepage: https://metatube.neetgroup.net
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metatube / landing-page
[](https://travis-ci.org/neetjn/metatube-landing)
[](https://github.com/prettier/prettier)
[](LICENSE)Metatube is a next generation media/content sharing platform. As where Youtube has been silencing voices that don't coincide with it's shareholders (being a private company), Metatube is a redesign of the entire media network paradigm. Allowing content creators to monetize any and all content, giving them more monetization options, and giving content consumers a more secure channel to consume from.
For more information follow [@neet_jn](https://twitter.com/neet_jn/) on Twitter. A more detailed outlook on the venture will be available at a later time.
## About
This project was created using Riot.js 4, Tailwind CSS, and Webpack with [riot4-boilerplate](https://github.com/neetjn/riot4-boilerplate). It was meant to serve as a simple landing page for the metatube project until it's actual development. *This repository may contain Google / Amazon tracking codes.*
Additional technologies:
**Javascript**:
* Anime.js
* d3.js
* fullPage.js**Tailwind**:
* tailwindcss-filters
* tailwindcss-transitions**Misc**:
* animate.css
* pretty-checkbox## Getting Started
This project was built using Node version `12.5` and NPM `6.9.0`. To install development dependencies:
```sh
npm install
```For building the application use:
```sh
# skips linting and prettier
npm run bundle
# includes linting and prettier
npm run build
```You can run the application using the following commands:
```sh
npm run app:dev
```to serve on localhost:3000 and
```sh
npm run app:prod
```to serve on localhost:8000 without any sourcemaps.
## Testing
T/B/D
---
Copyright (c) 2019 John Nolette, neetGroup Licensed under the MIT license.