Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Make build more stable #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9.8.0
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@

Workspace to try and play with Gutenberg as a standalone editor independent from any WordPress context

## Requirements

- Node.js, version in `.nvmrc`

## Trying locally


* `npm install && npm start`

## Demo

http://gutenberg-standalone.surge.sh/

## Hosting

Built with `npm run build` and hosted as static it won't work. Requires Node.
Loading