anik-amd / butex-notes

πŸ¦‰ Syllabus, notes on class lectures, question banks, suggestions and other resources.

Home Page:https://texnx.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“„ Notes on Textile Engineering

Syllabus, notes on class lectures, question banks, suggestions and other resources for surviving through the B.Sc. in Textile Engineering (Specialized in Fabric Engineering) of BuTex.

πŸš€ Getting Started

Live Website

Visit TexNx to view the web version of this repo.

GitHub

You can browse this repo on GitHub or clone and open with a code editor or markdown viewer. Most contents are written in Markdown, but there are some PDFs and other files too, so you might also need a PDF viewer and a browser.

⭐ Tech Stack

🧩 Project Structure

Inside texnx/ contains the following folders and files:

.
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ content/
β”‚   β”‚   β”œβ”€β”€ docs/
β”‚   β”‚   └── config.ts
β”‚   └── env.d.ts
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ package.json
└── tsconfig.json

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

🧞 Commands

All commands are run from texnx/, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

βš’οΈ Tools and Toys

Here are the major tools and toys I've been using to study and take notes. Feel free to pick your own weapons.

βš™οΈ Level 3 - Term 1

Subjects

Info & Links

βš™οΈ Level 2 - Term 1

Subjects

πŸ’š License & Contribution

This repo is under MIT License, so you can to do anything with any of the files. You can use them as a reference, or copy them to your own repo, or fork this repo and make your own version.

Note that the license is only applicable for files exists in the repo. Files from external sources (like Google Drive, MEGA) are not owned by me and are not included in the license. However, files on Butex Notes Google Drive are owned by me and available under the MIT License.

If you find this repo helpful and want to contribute, feel free to open a pull request. Your help is very much appreciated.

About

πŸ¦‰ Syllabus, notes on class lectures, question banks, suggestions and other resources.

https://texnx.pages.dev

License:MIT License


Languages

Language:MDX 54.8%Language:JavaScript 41.0%Language:TypeScript 2.5%Language:CSS 1.7%