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

https://github.com/jolbol1/astro-jamesshopland.com

My current personal website code. Written in Astro and deployed using Vercel.
https://github.com/jolbol1/astro-jamesshopland.com

astro blog react vercel

Last synced: 3 months ago
JSON representation

My current personal website code. Written in Astro and deployed using Vercel.

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![Vercel][vercel-badge]](https://JamesShopland.com)




JamesShopland.com


My personal website. Currently built using Astro. Playground for me to learn new things.




View Site


## About The Project

My personal site hosting my blog posts. Used as a place to learn new frameworks and more, from time to time it may completely change as I try out new things. Currently using Astro, React and TypeScript.

The site is deployed via Vercel.

(back to top)

### Built With

- [![Astro][astro-badge]][astro-url]
- [![Vite][vite-badge]][vite-url]
- [![React][react-badge]][react-url]
- [![Typescript][typescript-badge]][typescript-url]
- [![Tailwind][tailwind-badge]][tailwind-url]

(back to top)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Installation

1. Clone the repo
```sh
git clone https://github.com/jolbol1/jolbol1.github.io.git
```
2. Install dependencies with Bun
```sh
bun install
```
3. Spin it up!
```sh
bun dev
```

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun dev` | Starts local dev server at `localhost:4321` |
| `bun build` | Build your production site to `./dist/` |
| `bun preview` | Preview your build locally, before deploying |
| `bun astro ...` | Run CLI commands like `astro add`, `astro check` |
| `bun astro --help` | Get help using the Astro CLI |

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/jolbol1/astro-JamesShopland.com.svg?style=for-the-badge
[contributors-url]: https://github.com/jolbol1/astro-JamesShopland.com/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/jolbol1/astro-JamesShopland.com.svg?style=for-the-badge
[forks-url]: https://github.com/jolbol1/astro-JamesShopland.com/network/members
[stars-shield]: https://img.shields.io/github/stars/jolbol1/astro-JamesShopland.com.svg?style=for-the-badge
[stars-url]: https://github.com/jolbol1/astro-JamesShopland.com/stargazers
[issues-shield]: https://img.shields.io/github/issues/jolbol1/astro-JamesShopland.com.svg?style=for-the-badge
[issues-url]: https://github.com/jolbol1/astro-JamesShopland.com/issues
[license-shield]: https://img.shields.io/github/license/jolbol1/astro-JamesShopland.com.svg?style=for-the-badge
[license-url]: https://github.com/jolbol1/astro-JamesShopland.com/blob/master/LICENSE.txt
[typescript-badge]: https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white
[typescript-url]: https://www.typescriptlang.org/
[tailwind-badge]: https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white
[tailwind-url]: https://tailwindcss.com/
[vite-badge]: https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white
[vite-url]: https://vitejs.dev/
[vercel-badge]: https://img.shields.io/github/deployments/jolbol1/astro-JamesShopland.com/production?label=Vercel&logo=vercel&style=for-the-badge
[astro-badge]: https://img.shields.io/badge/astro-%23f1413d.svg?style=for-the-badge&logo=astro&logoColor=white
[astro-url]: https://astro.build/
[react-badge]: https://img.shields.io/badge/react-%2361DAFB.svg?style=for-the-badge&logo=react&logoColor=white
[react-url]: https://react.dev/