This jamstack website is made using nextjs for Computer Engineering community belonging to the Urmia University of Technologies; Considering License, You are able to use this project to create website for your Computer Community as well.
1- Fork the repo, Clone your fork, navigate inside the project folder and clone our content repositories:
git clone https://github.com/codegeeks-ir/docs.git
git clone https://github.com/codegeeks-ir/courses.gitIt Means this repository only contains source code and The collaborative content is seperated into independent repositories.
2- Then You will be able to install dependencies, generate styles and run project locally:
pnpm install
pnpm tailwind
pnpm devWe formate code using Prettier. before commiting your changes run format command:
pnpm prettyWe use tailwindcss. To modify styles, change the rules inside public/css/input.css. Output will be public/css/output.css.
pnpm tailwind-devAlso if You have something valuable to write or give someone else, here are the repos You can fork and improve them :
UUT®, the UUT® logo design, UUT Cultural Affairs® and the UUT Cultural Affairs® logo are trademarks of UUT, The Urmia University of Technologies. No adaptation or use of any kind of any of our registered trademarks, is allowed without the express written permission of UUT. Checkout the relevant license here. For more information regarding the authorized uses of these items, please contact us.
codegeeks-ir® and the codegeeks-ir® logo design, are trademarks of codegeeks-ir, The association of Computer Engineering and Information of Technologies - Urmia University of Technologies. No adaptation or use of any kind of any of our registered trademarks, is allowed without the express written permission of codegeeks-ir. Checkout the relevant license here. For more information regarding the authorized uses of these items, please contact us.
Any other things like code and docs are under same MIT license.