This is a Next-typo3 project bootstrapped with create-next-app
.
.npmrc setup
To fetch next-typo3 from @t3headless's private scope you need to be authorized by NPM_TOKEN.
Export your token as a global variable in your .bashrc
or .zshrc
:
export NPM_TOKEN=YOUR_TOKEN_HERE
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next-typo3 Documentation - learn about Next.js features and API.
- Next.js - learn about Next.js features and API.