https://github.com/skywalker212/bash-portfolio
A bash-like portfolio
https://github.com/skywalker212/bash-portfolio
bash emscripten nextjs terminal webassembly
Last synced: 6 months ago
JSON representation
A bash-like portfolio
- Host: GitHub
- URL: https://github.com/skywalker212/bash-portfolio
- Owner: skywalker212
- License: gpl-3.0
- Created: 2024-07-12T18:14:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-26T03:50:35.000Z (7 months ago)
- Last Synced: 2025-11-29T05:52:06.001Z (7 months ago)
- Topics: bash, emscripten, nextjs, terminal, webassembly
- Language: TypeScript
- Homepage: https://akash.is
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash Portfolio
This is a bash styled portfolio project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.