0.3.2 • Published 2 months ago

@salvaft/astro-cv v0.3.2

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

Astro Badge GitHub stars GitHub issues GitHub forks GitHub PRs Tailwind CSS Badge

🛠️ Stack

  • Astro - The web framework for content-driven websites.
  • Typescript - JavaScript with syntax for types.
  • Vite - Next generation frontend tooling.

🚀 Getting Started

1. Create a new Astro project

  • I use pnpm to install and manage the dependencies.
# Install pnpm for MacOS, WSL & Linux:
corepack enable
corepack prepare pnpm@latest --activate
  • Create the starter:
pnpm create astro@latest

2. Create a new Astro project

  • Install the package:
pnpm add @salvaft/astro-cv
  • Install the mdx integration using the Astro CLI:
pnpm astro add mdx

3. Run the development server:

# Run with pnpm:
pnpm dev
  1. Add your info in src/content See the mock data for reference.

  2. Open http://localhost:4321 with your browser to see the result 🚀

🧞 Commands

CommandAction
⚙️dev or startStarts local dev server at localhost:3000.
⚙️buildCheck for errors and build your production site to ./dist/.
⚙️previewPreview your build locally, before deploying.

✅ To do...

  • Add more cv flavors
0.3.2

2 months ago

0.3.1

3 months ago

0.3.0

3 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.2

3 months ago

0.1.0

3 months ago

0.1.1

3 months ago

0.0.2

4 months ago

0.0.1

4 months ago