Skip to content
/ hub Public

Unlock essential tools and guides for UIT students.

License

Notifications You must be signed in to change notification settings

SVUIT/hub

Repository files navigation

uit-resource-hub

Unlock essential tools and guides for UIT students.

This website is built using Docusaurus, a modern static website generator.

List of resources

Below is a list of current software/services that offer an education plan/discount to UIT students:

  1. GitHub Education (Tons of other softwares are included in this one)
  2. YouTube Premium - Student Plan
  3. Spotify Premium - Student Plan
  4. Slack for Education Discount
  5. Figma for Education
  6. Canva for Students
  7. Notion for Education
  8. Apple Store - Discount for Students
  9. Azure free credits for students
  10. Airtable Student Plan*
  11. UiTiOt LaTeX Editor

🧩 How to Add a New Card (Resource)

When you want to add a new card to the main page, follow these steps:

1. Add content (markdown)

Create a new .md file for the content of your card inside:

docs/List/

If your markdown content includes images, put them inside:

docs/List/images/

2. Add card info to homepage

Go to:

src/data/

Add your new card entry to the appropriate .mdx file.

3. Add the card logo

Place your logo inside:

static/img/card_logo/

Development

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

About

Unlock essential tools and guides for UIT students.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8