Important
This previously experiment is wrapped up, moving forward the development will happen at https://github.com/tinijs/tinijs.
The homepage of the TiniJS project.
Please visit: https://tinijs.dev
- Create a home for TiniJS:
mkdir TiniJS && cd TiniJS
- Install the CLI:
npm i -g @tinijs/cli
- Fork the repo:
git clone https://github.com/tinijs/tinijs.dev.git
- Install dependencies:
cd tinijs.dev && npm i
- Make changes & preview:
npm run dev
- Push changes & create a PR 👌
Commands:
npm run dev
: to start the development serve.npm run build
: to build the production package.npm run preview
: to preview the production build locally.
@tinijs/homepage is released under the MIT license.