Skip to content

kiochan/kiochan

Repository files navigation

Kiochan's Home Page

CI Build CI Build

This is Kiochan's homepage, primarily built with Nx, to apply, summarize, and showcase the cool things I'd like to try.

Features

  • app-web: A homepage built with React.js / Next.js for Kiochan.one

Wanna try it youself?

If you want to try a local installation, please follow these steps:

  1. Clone the project

    git clone https://github.com/kiochan/kiochan.git
  2. Install dependencies

    cd kiochan
  3. Build Project To ensure that the build follows the dependency order, you can use the --with-deps option.

    nx run-many --target=build --all --with-deps
  4. Run a application Since this project is managed with Nx, you just need to run the following command:

    npx nx start app-web

Contributing

Contributions are welcome!

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published