Update README
This commit is contained in:
26
README.md
26
README.md
@@ -1,24 +1,6 @@
|
|||||||
# Redwood
|
# Redwood Tutorial App
|
||||||
|
|
||||||
> **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.
|
This repo represents the final state of the app created during the [Redwood Tutorial](https://redwoodjs.com/tutorial).
|
||||||
|
It is meant to be a starting point for those working on the [Tutorial Part 2](https://redwoodjs.com/tutorial2).
|
||||||
|
|
||||||
## Getting Started
|
This repo contains much more styling than the one we built together in the tutorial, but is functionally identical.
|
||||||
- [Tutorial](https://redwoodjs.com/tutorial/welcome-to-redwood): getting started and complete overview guide.
|
|
||||||
- [Docs](https://redwoodjs.com/docs/introduction): using the Redwood Router, handling assets and files, list of command-line tools, and more.
|
|
||||||
- [Redwood Community](https://community.redwoodjs.com): get help, share tips and tricks, and collaborate on everything about RedwoodJS.
|
|
||||||
|
|
||||||
### Setup
|
|
||||||
|
|
||||||
We use Yarn as our package manager. To get the dependencies installed, just do this in the root directory:
|
|
||||||
|
|
||||||
```terminal
|
|
||||||
yarn install
|
|
||||||
```
|
|
||||||
|
|
||||||
### Fire it up
|
|
||||||
|
|
||||||
```terminal
|
|
||||||
yarn redwood dev
|
|
||||||
```
|
|
||||||
|
|
||||||
Your browser should open automatically to `http://localhost:8910` to see the web app. Lambda functions run on `http://localhost:8911` and are also proxied to `http://localhost:8910/.redwood/functions/*`.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user