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!
This is a centralized hub for NYU CS students to find opportunities. Please take a look at our contribution directory for more information.
Here's a quicker start guide:
- Fork and clone the repository
git clone https://github.com/YOUR-USER-NAME/nyu-cs-wiki.git
⚡ Algolia
-
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
brew install node
brew install yarn
# Installing dependencies
yarn install
# Start developing
gatsby develop
Go to http://localhost:8000 and start coding!!!
To create a guide:
- Fork the repository
- If you want to create a post under
Academics/Clubs
, go tosrc/content/academics/clubs
and create a.md
file. - When you are done writing, make a PR!
We want to credit Pitt CS for the inspiration and idea.