A new personal website at new.midka.dev. Built with Astro 🚀
🧑🚀 Looks cool? Clone the repo and play with it 👍
Inside this project, you'll see the following folders and files:
/
├── config/
├── public/
│ └── projects/
├── src/
│ └── pages/
│ └── index.astro
│ └── components/
│ └── layouts/
│ └── styles/
│ └── global.css
└── package.json
In the config/
there are few .json
files with my configuration (social media, technologies, projects).
Images a.k.a static assets are located at public/
directory. And images/logos for projects are at public/projects/
.
git clone https://github.com/kymppi/new.midka.dev
cd new.midka.dev
yarn install
I recommend yarn, but you can use npm aswellyarn dev
for local server at localhost:3000
All commands are run from the root of the project, 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 |
Sure, you can just email me at [email protected] or contact me in Matrix 😊