Use this stack to spin up a static website in seconds.
You can spin a website in seconds using NextJS.
Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching and more. No config needed. Read more about next.js
The website is hosted in Github Pages.
The stack also sets up a proper Github CI/CD environment by taing care of the following things
- creating a "main" branch, and applying below additional settings.
- configuring github repository to dismiss-stale-reviews
- NODE_VERSION
- GITHUB_PAT (GitHub PAT with repo and workflow permissions)
NA
nextjs version (17.0.2)
GitHub Pages
# start using github-codespaces developer environments
# or alternatively start a local development environment.
npm run dev
open http://localhost:3000
# to run tests
npm test
# to generate a production build
npm run build
Learn more about next.js from the official tutorial. Visit https://nextjs.org/docs to view the full documentation.
Learn more about Github Pages
Please see our guide lines for reporting issues related to security.md.
Please see our guide lines for contributing.md.
- chaitanya sharma (@phoenix24)
- trilok ramakrishna (@3loka)
Unless otherwise noted, this GitHub Stack is distributed under the Apache Version 2.0 license found in the LICENSE file.