Skip to content

santiMartDev/cice-playground

 
 

Repository files navigation

David GitHub Prettier lerna

CICE - Playground

This repository holds the contents of the Master in Fullstack Web. This repository uses Lerna to organize the lessons and each module is it's own package.

Installation

  1. Install NodeJS.
  2. Clone project.
  3. Open terminal.
  4. cd into the project's directory.
  5. Install dependencies with: npm i.
  6. Run bootstrap with: npm run bootstrap.

Collaboration

  1. Fork this project.
  2. Create a branch from main where you'll work, dev for example.
  3. Track remote branch: git remote add upstream https://github.com/cice-classroom/cice-playground.git.
  4. To update changes from upstream: git pull upstream main.
  5. To propose changes you have to go to main branch, commit changes and then, on Github and make a Pull request from main to main.

Development

You can format the code: with npm run format and lint with npm run lint.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.6%
  • HTML 15.4%
  • CSS 11.3%
  • JavaScript 9.6%
  • Shell 0.1%