https://github.com/saeed0920/bcpc_blog
template for BCPC_blog
https://github.com/saeed0920/bcpc_blog
astro blog icpc
Last synced: about 1 year ago
JSON representation
template for BCPC_blog
- Host: GitHub
- URL: https://github.com/saeed0920/bcpc_blog
- Owner: saeed0920
- License: mit
- Created: 2025-03-09T15:19:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T03:31:56.000Z (about 1 year ago)
- Last Synced: 2025-04-02T04:23:41.949Z (about 1 year ago)
- Topics: astro, blog, icpc
- Language: Astro
- Homepage: https://blog.bircpc.ir/
- Size: 232 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
Run the following command in your terminal
```bash
npm install
```
Once the packages are installed you are ready to run astro. Astro comes with a built-in development server that has everything you need for project development. The astro dev command will start the local development server so that you can see your new website in action for the very first time.
```bash
npm run dev
```
## Tech Stack
- [Astro](https://astro.build)
- [tailwindcss](https://tailwindcss.com/)
- [DaisyUI](https://daisyui.com/)