This repository is a template with a working GitHub action for the build and GitHub pages.
After creating a repo with this template, deploy works automatically with each push to github pages. The template is deployed to dhbw-ka-webengineering.github.io/Template_Next/
- Enable GitHub Pages in your repository’s Settings and set the source to GitHub Actions.
- Because of the
Template_Nextpath in the URL,Template_Nextis required in line 8 of the package.json file file. If you deploy the repository to a different URL (e.g., if you choose a different name for your repo), you will need to adapt or remove this part. - Adjust the path of the badges at the beginning of this README file so that they reference your own repository instead of the template.
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm installnpm run devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!