Documentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
Next.js currently relies on Node.js APIs that JSTime does not yet implement. The guide below uses JSTime to initialize a project and install dependencies, but it uses Node.js to run the dev server.
Initialize a Next.js app with
create-next-app. This automatically installs dependencies using npm.
To start the dev server, run
jstime run dev from the project root.
Open http://localhost:3000 with your browser to see the result. Any changes you make to
pages/index.tsx will be hot-reloaded in the browser.