A website that feels like a Linux Terminal, and acts as my portfolio. Accessible live from here.
Recently entirely rewritten in TypeScript with Vite to work as a static site, complete with new functionality!
Functionality includes:
- Large array of Linux Commands
- Realistic Command & Argument Parsing
- File & Directory Navigation
- Command History
- Terminal Flavours & Themes
- Autocomplete
- Clone the project, typically using
git clone git@github.com:WiseNat/TerminalSite.git - To set up project dependencies, run
npm install - To run the development web server, run
npm run dev - To check whether the site is working, run
npm run test:e2e(this may take a while)- If you have issues installing certain browsers, refer to the instructions in
playwright.config.ts
- If you have issues installing certain browsers, refer to the instructions in