Skip to content

Commit

Permalink
Remove pre-v1 warning (#4865)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice authored Mar 22, 2022
1 parent 8cad582 commit 09e14dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ cofounder of GitHub (most popular code host on the planet), creator of Jekyll
Versioning specification (powers the Node packaging ecosystem), and inventor of
TOML (an obvious, minimal configuration language used by many projects).

> **NOTICE:** RedwoodJS is very close to a stable version 1.0. In the last two
> years, the project has matured significantly and is already used in production
> by a number of VC-backed startups. We are currently in the release candidate
> phase and intend to release a final v1.0.0 in March of 2022.
> **TUTORIAL:** The best way to get to know Redwood is by going through the
> extensive [Redwood Tutorial](https://redwoodjs.com/docs/tutorial). Have fun!
Expand Down Expand Up @@ -133,14 +128,10 @@ in the same monorepo.

## Roadmap

We intend to release a truly production-ready 1.0 in early 2022. To see all the
features we plan on including in Redwood's first major release, you can check
out our [Roadmap](https://redwoodjs.com/roadmap).

A framework like Redwood has a lot of moving parts; the Roadmap is a great way
to get a high-level overview of where the framework is relative to where we want
it to be. And since we link to all of our GitHub project boards, it's also a
great way to get involved!
great way to get involved! [Roadmap](https://redwoodjs.com/roadmap)

## Why is it called Redwood?

Expand Down
8 changes: 1 addition & 7 deletions packages/create-redwood-app/template/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# Redwood

> **NOTICE:** RedwoodJS is very close to a stable version 1.0. In the last two years,
> the project has matured significantly and is already used in production by a number
> of startups. We intend to have a 1.0 release candidate before the end of 2021 and
> to release a truly production-ready 1.0 in early 2022.
## Getting Started
- [Tutorial](https://redwoodjs.com/docs/tutorial): 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.
Expand All @@ -24,4 +18,4 @@ yarn install
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/*`.
Your browser should open automatically to `http://localhost:8910` to see the web app. Server functions run on `http://localhost:8911` and are also proxied to `http://localhost:8910/.redwood/functions/*`.

0 comments on commit 09e14dc

Please sign in to comment.