An open API service indexing awesome lists of open source software.

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

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/)