Skip to content

codegeeks-ir/codegeeks-ir

Repository files navigation

About

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.

🔷 Install

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.git

It 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:

npm install
npm run tailwind
npm run dev

Code Format

We formate code using Prettier. before commiting your changes run format command:

npm run pretty

CSS Styles

We use tailwindcss. To modify styles, change the rules inside public/css/input.css. Output will be public/css/output.css.

npm run tailwind-dev

🔷 Join content team

Also if You have something valuable to write or give someone else, here are the repos You can fork and improve them :

docs
courses

🔷 License

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.