This is Kiochan's homepage, primarily built with Nx, to apply, summarize, and showcase the cool things I'd like to try.
- app-web: A homepage built with React.js / Next.js for Kiochan.one。
If you want to try a local installation, please follow these steps:
-
Clone the project
git clone https://github.com/kiochan/kiochan.git
-
Install dependencies
cd kiochan
-
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
-
Run a application Since this project is managed with Nx, you just need to run the following command:
npx nx start app-web
Contributions are welcome!
This project is licensed under the MIT License。