https://github.com/lexciese/lexciese.github.io
https://github.com/lexciese/lexciese.github.io
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lexciese/lexciese.github.io
- Owner: Lexciese
- License: apache-2.0
- Created: 2025-04-12T12:48:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T08:32:22.000Z (12 months ago)
- Last Synced: 2025-06-11T09:42:09.626Z (12 months ago)
- Language: Astro
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.
[](https://github.com/cworld1/astro-theme-pure/blob/main/LICENSE)

## 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.