From the Terminal to the User Interface, originally created in Java, this web app helps to calculate your age
⬇
I. Install the dependencies
$ npm install
or
$ bun install
II. Start the development server
$ npm run dev
or
$ bun run dev
$ npm run build
or
$ bun run build