Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 19 days ago
JSON representation

Landing page for metatube project using Riot.js 4 and Tailwind CSS.

Awesome Lists containing this project

README

        

# Metatube / landing-page

[![Build Status](https://travis-ci.org/neetjn/metatube-landing.svg?branch=master)](https://travis-ci.org/neetjn/metatube-landing)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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.