kymppi / new.midka.dev

Home Page:new-midka-dev.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new.midka.dev (πŸ”œ midka.dev)

A new personal website at new.midka.dev. Built with Astro πŸš€

πŸ§‘β€πŸš€ Looks cool? Clone the repo and play with it πŸ‘

πŸš€ Project Structure

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/.

πŸ‘©β€πŸ’» Development Setup

  1. git clone https://github.com/kymppi/new.midka.dev
  2. cd new.midka.dev
  3. yarn install I recommend yarn, but you can use npm aswell
  4. yarn dev for local server at localhost:3000

🧞 Commands

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

πŸ‘€ Want to chat with me?

Sure, you can just email me at me@midka.dev or contact me in Matrix 😊

About

new-midka-dev.vercel.app


Languages

Language:Astro 43.3%Language:TypeScript 24.7%Language:CSS 18.3%Language:Svelte 5.6%Language:Nix 3.9%Language:JavaScript 3.7%Language:Shell 0.5%