Personal website showcasing my professional journey, technical story, experience through blog posts.
Environment requirements:
- Nodejs: 18.0.0+
Clone the repository:
git clone https://github.com/lexceise/lexciese.github.io.git
cd lexciese.github.ioUseful commands:
# 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-titleThis project is licensed under the Apache 2.0 License.
