NYU-CS-Wiki-old

所属分类:博客
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2021-09-13 17:33:44
上 传 者sh-1993
说明:  为纽约大学CS学生寻找机会的集中中心,包括活动、SWE实习生的博客帖子、教程和...
(Centralized hub for NYU CS students to find opportunities, including events, blog posts with SWE Interns, tutorials and more!!!)

文件列表:
.eslintrc.js (3192, 2021-09-13)
.husky/ (0, 2021-09-13)
.husky/pre-commit (58, 2021-09-13)
.prettierignore (45, 2021-09-13)
.prettierrc (112, 2021-09-13)
CODE_OF_CONDUCT.md (3352, 2021-09-13)
LICENSE (1065, 2021-09-13)
contributing/ (0, 2021-09-13)
contributing/CONTRIBUTING.md (6182, 2021-09-13)
contributing/FEATURE_REQUEST.md (427, 2021-09-13)
contributing/ISSUE.md (398, 2021-09-13)
contributing/PULL_REQUEST_TEMPLATE.md (509, 2021-09-13)
gatsby-browser.js (265, 2021-09-13)
gatsby-config.js (2752, 2021-09-13)
gatsby-node.js (2183, 2021-09-13)
gatsby-ssr.js (2316, 2021-09-13)
package.json (2573, 2021-09-13)
src/ (0, 2021-09-13)
src/components/ (0, 2021-09-13)
src/components/Breadcrumb.js (723, 2021-09-13)
src/components/CodeBlock/ (0, 2021-09-13)
src/components/CodeBlock/Button.js (407, 2021-09-13)
src/components/CodeBlock/index.js (4750, 2021-09-13)
src/components/CodeBlock/util.js (248, 2021-09-13)
src/components/DarkModeToggle.js (2787, 2021-09-13)
src/components/Footer.js (732, 2021-09-13)
src/components/GlobalStyles.js (412, 2021-09-13)
src/components/Header.js (1846, 2021-09-13)
src/components/HeaderBranding.js (1122, 2021-09-13)
src/components/LandingPageBackground.js (926, 2021-09-13)
src/components/Layout.js (1360, 2021-09-13)
src/components/SearchBar/ (0, 2021-09-13)
src/components/SearchBar/SearchBox.js (583, 2021-09-13)
src/components/SearchBar/SearchResult.js (1028, 2021-09-13)
src/components/SearchBar/StyledSearchBox.js (608, 2021-09-13)
src/components/SearchBar/StyledSearchResult.js (864, 2021-09-13)
src/components/SearchBar/StyledSearchRoot.js (107, 2021-09-13)
... ...

NYU CS Wiki

NYU CS Wiki Logo

[![Netlify Status](https://api.netlify.com/api/v1/badges/a6a28e10-ca2d-4fd9-a679-051d66667ea1/deploy-status)](https://app.netlify.com/sites/keen-mayer-1607ef/deploys) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) # What is this CS has become increasingly competitive. We create this website as a way to help students identify resources to further their education and career. The website consists of: - Course Testimonials - Career Guides from current students and alumni - Career Prep Resources - Tech Clubs at NYU - Fellowship - Startup in NYC BUGS@NYU believes these resources should be available to the CS community at NYU both at CAS and Tandon for students to prepare for their career. Please help by creating posts to better NYU CS community! # Contributing This is a centralized hub for NYU CS students to find opportunities. Please take a look at our [contribution](https://github.com/BUGS-NYU/nyu-cs-wiki/tree/main/contributing) directory for more information. # Quick Start Guide Here's a quicker start guide: ## Development - Fork and clone the repository ``` git clone https://github.com/YOUR-USER-NAME/nyu-cs-wiki.git ``` ### [Algolia](https://www.algolia.com/) - Create a free account to have access. - Create an index called `Posts` - Go to your root directory, create a `.env` file and copy the API keys into it. It should look like this: ``` GATSBY_ALGOLIA_APP_ID=xxxxx GATSBY_ALGOLIA_SEARCH_KEY=xxxxx ALGOLIA_ADMIN_KEY=xxxxx ``` ### MacOS ``` brew install node brew install yarn # Installing dependencies yarn install # Start developing gatsby develop Go to http://localhost:8000 and start coding!!! ``` ## Creating a Post To create a guide: - Fork the repository - If you want to create a post under `Academics/Clubs`, go to `src/content/academics/clubs` and create a `.md` file. - When you are done writing, make a PR! # Contributors contributors # Credit We want to credit [Pitt CS](https://github.com/PittCSWiki/pittcswiki) for the inspiration and idea.

近期下载者

相关文件


收藏者