/sfeir-school-nextjs

SFEIR School NextJS

Primary LanguageTypeScriptApache License 2.0Apache-2.0

SFEIR School Next.js

SFEIR School logo


Discover the SFEIR Schools

Slides

You can view the slides here.

Cloning without slides

To clone this repository without the slides (which can be heavy) :

git clone --single-branch --branch without-slides https://github.com/sfeir-open-source/sfeir-school-nextjs.git

Serving slides locally

npm run serve -w doc

Of if you don't have node, you can use docker docker-compose up, and open slides on http://localhost:4242/.

Workshop

Workshops are in directory steps :

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

To run a workshop application :

npm run dev -w <workshop-number>

To run a workshop solution :

npm run dev -w <workshop-number>-solution

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.