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.
- Host: GitHub
- URL: https://github.com/dentednerd/mayushi
- Owner: dentednerd
- Created: 2020-07-28T11:47:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:56:01.000Z (over 3 years ago)
- Last Synced: 2025-02-07T00:32:00.322Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://dentednerd.com
- Size: 7.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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
```