To be honest, there is probably a very little chance of anyone taking notice of the english version of this readme. But for that 0.00000001f% of you, here it is :)
Mobile Application for Korean Devs to Share their Tech Stacks
This is a Study Project made by students
We realized, in order for us to be good devs, it's not all about learning the latest languages like go
or javascript
. We wanted a way to learn and get closer to tech stacks and software tools used in the industry, but we couldn't find sufficient amount of informations that were provided in Korean. So this is when we thought of the idea to make on ourselves, in a typical engineering student's fashion.
These are the guidelines for my team members to get started on the proejct
- Clone the repo.
git clone https://github.com/KPUCE2021SP/LiC.git
- Create a fresh new python virtual environment.
# ubuntu 환경에서 sudo apt-get update sudo apt-get install python3-venv python3 -m venv virtual-environment-name
- Use the freshly created python virtual environment.
# ubuntu 환경에서 source virtual-environment-name/bin/activate
- Install python libraries needed for the project.
# ubuntu 환경에서 sudo apt-get install python3-pip cd LiC python3 -m pip install -r requirements.txt
Distributed under the APACHE 2.0 License. See LICENSE
for more information.
Wiki has been created for us to orgranize things we learned during our creation of the project.