Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.72 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.72 KB

SFEIR School React

SFEIR School logo


Discover the SFEIR Schools

Slides

You can view the slides here.

Develop

To run docs locally, go in directory docs and run npx serve of if you don't have node, you can use docker docker-compose up, and open slides on http://localhost:3000/.

Workshop

Workshops are in directory steps :

  • two directories per workshop :
    • one with source file to complete
    • a second directory suffixed with -solution which contains source file with solutions.

Note: You may open steps folder with your editor (especially VSCode)

Start a lab

cd steps
npm install
npm run client -- exo01
# for the solution
npm run client -- exo01-solution

Steps require at least you have node v18 installed

Start the slide

cd docs
npm install
npm run start

Contributing

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Want to Help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

Code of Conduct

Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.