https://github.com/ordeeper/portfolio
My Personal Portfolio
https://github.com/ordeeper/portfolio
3d aesthetic moon motion portfolio portfolio-website space
Last synced: 3 months ago
JSON representation
My Personal Portfolio
- Host: GitHub
- URL: https://github.com/ordeeper/portfolio
- Owner: Ordeeper
- License: mit
- Created: 2024-07-09T04:27:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T01:31:52.000Z (about 1 year ago)
- Last Synced: 2025-04-07T21:26:55.448Z (6 months ago)
- Topics: 3d, aesthetic, moon, motion, portfolio, portfolio-website, space
- Language: Astro
- Homepage: https://ordeeper.netlify.app/
- Size: 643 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My portfolio is primarily built with Astro, Tailwind, and TypeScript, incorporating a small amount of SolidJS for stateful components.
## π Features
- β 100/100 Lighthouse performance
- β Responsive
- β Accessible
- β SEO-friendly
- β Typesafe
- β Minimal style
- β Light/Dark Theme
- β Animated UI
- β Tailwind styling
- β Auto generated sitemap
- β Auto generated RSS Feed
- β Markdown support
- β MDX Support (components in your markdown)
- β Searchable content (posts and projects)## π» Commands
All commands are run from the root of the project, from a terminal:
Replace npm with your package manager of choice. `npm`, `pnpm`, `yarn`, `bun`, etc
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run dev:network` | Starts dev server on local network |
| `npm run sync` | Generates TypeScript types for all Astro modules.|
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run preview:network` | Starts preview server on local network |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
| `npm run lint` | Run ESLint |
| `npm run lint:fix` | Auto-fix ESLint issues |## πΊοΈ Roadmap
A few features I plan to implement
- β¬ Code Blocks - copy to clipboard
- β¬ Article Pages - Table of Contents
- β¬ Article Pages - Share on social media