Skip to content

burmis/redwoodjs.com

This branch is 5 commits behind redwoodjs/redwoodjs-com-archive:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2022
Oct 27, 2021
Oct 1, 2021
Mar 29, 2022
Mar 13, 2022
Mar 18, 2022
Feb 19, 2021
Mar 21, 2022
Jul 8, 2021
Jul 6, 2020
Apr 23, 2020
Jun 22, 2021
Jun 18, 2021
Mar 15, 2021
Feb 1, 2022
Mar 16, 2021
Mar 16, 2021
Mar 29, 2022
Mar 17, 2022
Apr 22, 2020
Mar 20, 2020
Mar 23, 2022
Jul 6, 2020
Feb 3, 2022

Repository files navigation

redwoodjs.com

This is the repo for https://redwoodjs.com

The content for the tutorials are managed along with localization over at learn.redwoodjs.com.

Other documentation is pulled from various READMEs in the main redwoodjs/redwood repo (see lib/build.js, the SECTIONS constant).

Local Development

This codebase is built with https://cameronjs.com and relies on plain HTML pages and Javascript with a couple helpers built in to abstract things like partials and layouts. We use https://stimulusjs.org for the few sprinkles of interactivity throughout the site.

First, make sure that you are running Node 14+. If you're not sure of how to manage your node versions, see nvm or nvm-windows.

Then build the tutorial and doc pages (after you've installed all dependencies with yarn install):

yarn build

And to develop locally (you'll need to run yarn build once first in order to generate some of the navigation menus):

yarn dev

If you are already running a yarn dev process, when you yarn build, you may need to stop and start yarn dev to pick up the new pages properly.

Contributing

Open a PR against the repo on GitHub. That will build and launch a copy of the site that you can get from the netlify/redwoodjs/deploy-preview check (click "Details" to open it):

image

Double check that your changes look good!

Contributors

Redwood is amazing thanks to a wonderful community of contributors.

About

Public website for RedwoodJS

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.1%
  • JavaScript 29.5%
  • CSS 3.3%
  • Shell 0.1%