This is the third version of Codetime Web. We've gone through iterations from Vue SPA to Next.js and now to Nuxt.js. We've made the switch from ECharts to Observable Plot.
It's consistent with the code running at https://codetime.dev.
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
Check out the deployment documentation for more information.