A Guide on how to survive software engineering in INSAT. You will find tips, references, projects & cheat sheets.
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
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.
curl https://get.volta.sh | bash
Follow this guide
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
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.
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.