Skip to content

mxseev/eliseev.mx

Repository files navigation

eliseev.mx website

yet another personal website

Usage

This is typical Astro project with MDX integration, so it's pretty straightforward to use (in case you do need to make changes in another person's personal site):

  1. Clone
  2. Copy and fill environment file cp .env.example .env
  3. Install dependencies via pnpm: pnpm install
  4. Build: pnpm build
  • Run development server: pnpm develop (yup, I don't like abbreviations)
  • Build Docker image: as usual (docker build ..., server listening on port 4321)

Remarks

  • There are ESLint and Stylelint configs in the repository, configure them in your editor (formatting is performed through them as well, including CSS)
  • CSS has a unit step which means the minimum step for margin/padding (almost like Tailwind CSS with its mt-2, p-4, etc.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages