Main Framework - Astro
Type Checking - TypeScript
Component Framework - ReactJS
Styling - TailwindCSS
UI/UX - Figma
Fuzzy Search - FuseJS
Icons - Boxicons | Tablers
Deployment - Cloudflare Pages
Clone the project
git clone https://github.com/jcanotorr06/blog
Go to the project directory
cd astro-paper
Remove remote origin
git remote remove origin
Remove Google site verification
rm -rf public/googlebbcd930f1ecacd3a.html
Install dependencies
npm install
Start the server
npm run dev
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 preview |
npm run astro --help |
Get help using the Astro CLI |
If you want to know more about Astro check thier documentation or jump into their Discord server.
Licensed under the MIT License, Copyright © 2022