my astro.build blog
Go to file
Seth Doty bf3961732b
update package.lock
2023-04-16 21:41:51 -05:00
.husky Initial commit from Astro 2023-04-11 22:44:13 -05:00
.idea initial commit 2023-04-16 21:17:20 -05:00
public initial commit 2023-04-16 21:17:20 -05:00
src initial commit 2023-04-16 21:17:20 -05:00
.eslintignore Initial commit from Astro 2023-04-11 22:44:13 -05:00
.eslintrc.js Initial commit from Astro 2023-04-11 22:44:13 -05:00
.gitignore Initial commit from Astro 2023-04-11 22:44:13 -05:00
.markdownlint.json Initial commit from Astro 2023-04-11 22:44:13 -05:00
.npmrc Initial commit from Astro 2023-04-11 22:44:13 -05:00
.prettierignore Initial commit from Astro 2023-04-11 22:44:13 -05:00
.prettierrc Initial commit from Astro 2023-04-11 22:44:13 -05:00
AstroPaper-lighthouse-score.svg Initial commit from Astro 2023-04-11 22:44:13 -05:00
LICENSE Initial commit from Astro 2023-04-11 22:44:13 -05:00
README.md update readme.md 2023-04-16 21:20:36 -05:00
astro.config.mjs update package.lock 2023-04-16 21:41:51 -05:00
package-lock.json update package.lock 2023-04-16 21:34:43 -05:00
package.json update package.lock 2023-04-16 21:29:08 -05:00
tailwind.config.cjs Initial commit from Astro 2023-04-11 22:44:13 -05:00
tsconfig.json Initial commit from Astro 2023-04-11 22:44:13 -05:00

README.md

My blog using astro.build and the astropaper theme.

AstroPaper 📄

AstroPaper AstroPaper is a minimal, responsive, accessible and SEO-friendly Astro blog theme. This theme is designed and crafted based on my personal blog.

👨🏻‍💻 Running Locally

The easiest way to run this project locally is to run the following command in your desired directory.

# npm 6.x
npm create astro@latest --template satnaing/astro-paper

# npm 7+, extra double-dash is needed:
npm create astro@latest -- --template satnaing/astro-paper

# yarn
yarn create astro --template satnaing/astro-paper

🧞 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 format:check Check code format with Prettier
npm run format Format codes with Prettier
npm run sync Generates TypeScript types for all Astro modules. Learn more.
npm run cz Commit code changes with commitizen
npm run lint Lint with ESLint