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

https://github.com/dentednerd/mayushi

An ERN-stack app, using Tumblr as CMS.
https://github.com/dentednerd/mayushi

Last synced: about 1 year ago
JSON representation

An ERN-stack app, using Tumblr as CMS.

Awesome Lists containing this project

README

          

# Mayushi

A blog app using [Express](https://expressjs.com), [React](https://reactjs.org), [Node.js](https://nodejs.org), and [Tumblr.js](https://tumblr.github.io/tumblr.js/index.html).

## Installation

```sh
git clone https://github.com/dentednerd/mayushi.git
cd mayushi
npm install
```

Register your app with [Tumblr](https://www.tumblr.com/oauth/apps) to get the necessary API keys.
Create a file `.env` in the root directory, and add the API keys here.

## Development

```sh
npm run dev
```