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

https://github.com/lexciese/lexciese.github.io


https://github.com/lexciese/lexciese.github.io

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# lexciese.github.io
# Personal Portfolio & Technical Blog

Personal website showcasing my professional journey, technical story, experience through blog posts.

[![GitHub License](https://img.shields.io/github/license/cworld1/astro-theme-pure?style=flat)](https://github.com/cworld1/astro-theme-pure/blob/main/LICENSE)

![image](./.github/assets/preview.png)

## Local development

Environment requirements:

- [Nodejs](https://nodejs.org/): 18.0.0+

Clone the repository:

```shell
git clone https://github.com/lexceise/lexciese.github.io.git
cd lexciese.github.io
```

Useful commands:

```shell
# install dependencies
bun install

# start the dev server
bun dev

# build the project
bun run build

# preview (after the build)
bun preview

# create a new post
bun new --draft --mdx post-title
```

## License

This project is licensed under the Apache 2.0 License.