A minimalist, terminal-style personal website with customizable themes and colors.
- Terminal-inspired interface
- Multiple theme options (dark, solarized dark, solarized light, light)
- Customizable accent colors with a watercolor-inspired palette
- Responsive design for all screen sizes
- Sections for about, experience, skills, and links
- Node.js (v14 or newer)
- npm or yarn
-
Clone the repository
git clone https://github.com/vowalsh/owal-sh.git cd owal-sh -
Install dependencies
npm install # or yarn -
Start the development server
npm run dev # or yarn dev -
Open your browser and navigate to
http://localhost:5173
npm run build
# or
yarn buildThe built files will be in the dist folder, ready to be deployed.
The website includes four themes:
- Dark
- Solarized Dark
- Solarized Light
- Light
Theme preferences are saved in local storage.
You can customize the terminal accent color by clicking the color palette icon in the header.
This project is open source and available under the MIT License.
- built with React and Vite
- styled with Tailwind CSS
- icons from Lucide React
- UI components from shadcn/ui