rihemebh / insat-gl-knowledge

Home Page:https://wadhah101.github.io/insat-gl-knowledge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSAT GL knowledge

A Guide on how to survive software engineering in INSAT. You will find tips, references, projects & cheat sheets.

Contributions

This project is principally community driven and needs your support, every line helps.

Adding courses, cheat sheets, links to projects, exams and any content related to Software engineering that would prove useful is welcome.

For an excellent markwon edit experience i higly recommend using Marktext as an editor instead of manually changing the markdown

Even if you don't have content to add to the project you can check the issues for any potential bugs and tasks.

New to open-source ? Please read this guide on how to contribute to open-source projects

Setup

This project makes use of Volta to manage the node and yarn versions.

Make sure Volta is installed and configured on your system. This project relies on specific node & yarn versions.

Unix/Linux

curl https://get.volta.sh | bash

Windows

Follow this guide

Dependencies Installation

Install your dependencies. Yarn V2 Plug'n'Play is active and you won't find any node_module folder.

yarn

For Vscode users make sure to apply .vscode/settings.json when promoted

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

About

https://wadhah101.github.io/insat-gl-knowledge/

License:GNU General Public License v3.0


Languages

Language:JavaScript 40.1%Language:TypeScript 32.7%Language:CSS 10.6%Language:Python 9.7%Language:Shell 7.0%