Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redwoodjs/fr.redwoodjs.com
French translation of redwoodjs.com
https://github.com/redwoodjs/fr.redwoodjs.com
hacktoberfest
Last synced: about 1 month ago
JSON representation
French translation of redwoodjs.com
- Host: GitHub
- URL: https://github.com/redwoodjs/fr.redwoodjs.com
- Owner: redwoodjs
- Created: 2020-10-26T18:03:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T23:53:44.000Z (about 3 years ago)
- Last Synced: 2024-05-22T17:23:54.234Z (7 months ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage:
- Size: 1.12 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# redwoodjs.com
This is the repo for https://redwoodjs.com
The content for the tutorial is pulled from TUTORIAL.md in this repo.
Other documentation is pulled from various READMEs in the main [redwoodjs/redwood](https://github.com/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.
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](https://user-images.githubusercontent.com/300/76569613-c4421000-6470-11ea-8223-eb98504e6994.png)
Double check that your changes look good!
## Contributors
Redwood is amazing thanks to a wonderful [community of contributors](https://github.com/redwoodjs/redwood/blob/main/README.md#contributors).