Unlock essential tools and guides for UIT students.
This website is built using Docusaurus, a modern static website generator.
Below is a list of current software/services that offer an education plan/discount to UIT students:
- GitHub Education (Tons of other softwares are included in this one)
- YouTube Premium - Student Plan
- Spotify Premium - Student Plan
- Slack for Education Discount
- Figma for Education
- Canva for Students
- Notion for Education
- Apple Store - Discount for Students
- Azure free credits for students
- Airtable Student Plan*
- UiTiOt LaTeX Editor
When you want to add a new card to the main page, follow these steps:
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/Go to:
src/data/Add your new card entry to the appropriate .mdx file.
Place your logo inside:
static/img/card_logo/$ yarn
$ 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.
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
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.