# Intro2cs **Repository Path**: yuhan-wang/intro2cs ## Basic Information - **Project Name**: Intro2cs - **Description**: No description available - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-22 - **Last Updated**: 2022-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cs ## README

Introduction to Computer Science

> This is the final project of the course Introduction to Computer Science [@Xi’an Jiaotong University](http://www.xjtu.edu.cn). This project provides sufficient materials that are helpful for studying computer science. Each section contains a couple of highly recommended courses and books. Since I'm particularly interested in computer vision and natural language processing, some classic papers are included in these sections. ## Usage This project is deployed using netlify, and is supposed to be viewed online. If you want to run locally or contribute to this project, please read the installation part. ## Installation First of all, you need to clone this repository. ``` git clone https://gitee.com/yuhan-wang/intro2cs ``` This site is powered by `docsify.js`. Please make sure you have installed `docsify.js` globally. ``` npm i docsify-cli -g ``` After you have installed `docsify.js`, it's time to do following steps. Go to the directory of the files. For example, `folder/Intro2cs`. ``` cd folder ``` Use the command below to preview the site. ``` docsify serve Intro2cs ``` You will be able to locally preview the site at [http://localhost:3000](http://localhost:3000). ## Related Efforts This project is highly inspired by the projects below. - [Teach Yourself Computer Science](https://teachyourselfcs.com) - [CS自学指南](https://csdiy.wiki) - [名校公开课程评价网](https://conanhujinming.github.io/comments-for-awesome-courses/) ## License This project is published under MIT License.