Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 3.21 KB

README.md

File metadata and controls

40 lines (28 loc) · 3.21 KB

Personal Blog RedwoodJS

License: MIT RedwoodJS Netlify Status

Click here to see the live demo on Netlify!

Getting Started

  • Docs: using the Redwood Router, handling assets and files, list of command-line tools, and more.

Installation

Clone the repo:

git clone https://github.com/oguzhnatly/redwood-blog.git
cd redwood-blog

Install dependencies:

yarn install

Create a local SQLite database and seed it:

yarn redwood db up
yarn redwood db seed

Fire it up

yarn redwood dev

Your browser should open automatically to http://localhost:8910 to see the web app. Lambda functions run on http://localhost:8911.

WARNING: RedwoodJS software has not reached a stable version 1.0 and should not be considered suitable for production use. In the "make it work; make it right; make it fast" paradigm, Redwood is in the later stages of the "make it work" phase.