Git Product home page Git Product logo

micurran / next-chakra-pwa Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.32 MB

No fluff PWA boilerplate - 100 lighthouse scores with NextJS - ChakraUI - Serwist - https://next-chakra-pwa.vercel.app

Home Page: https://next-chakra-pwa.vercel.app

License: MIT License

TypeScript 90.80% JavaScript 5.15% CSS 4.06%
chakra-ui chakra-ui-react next-pwa nextjs offline-capable pwa pwa-boilerplate pwa-example

next-chakra-pwa's Introduction

Chakrastic PWA Template

Created with NextJS & ChakraUI

This is a Next.js PWA template bootstrapped with create-next-app and using CHAKRA UI

100 Lighthouse Scores

๐Ÿ“ฒ App Like Mobile Experience

โšก๏ธ Getting Started

First, install dependencies:

npm install

Copy the example env file to get started quickly.

cp .env.example .env

Then, 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.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Customize your config file

Customize the config file to your liking for your project in config.ts to quickly update your site title, descriptions, OG images and more all accross your app.

//config.ts
const CONFIG = {
    siteDescription: "Jump start your NextJS PWA project with Chakrastic PWA",
    siteTitle: "Chakrastic PWA",
    siteUrl: process.env.NEXT_PUBLIC_BUILD_URL,
    siteImage: '',
    siteKeywords: '',
    siteLanguage: 'EN',
    siteLocale: 'EN-US',
}

๐Ÿš€ Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

๐Ÿฅณ Contributing

We welcome contributions from the community to help improve and grow this project. Whether you're a developer, tester, or have other skills to offer, your contributions can make a difference.

How to Contribute

  1. Fork the Repository: Start by forking the Next-Chakra-PWA repository to your GitHub account. This will create a copy of the project that you can freely modify.
git clone https://github.com/your-username/Next-Chakra-PWA.git  
  1. Create a New Branch: Create a new branch for your contribution. Choose a descriptive branch name that reflects the changes you intend to make.
git checkout -b feature/my-new-feature
  1. Make Changes: Make your desired changes to the codebase. Whether it's fixing bugs, adding new features, improving documentation, or anything else, your contributions are valuable.

  2. Test Your Changes: Before submitting your contribution, ensure that your changes work as expected. Run any necessary tests and verify that the project builds successfully.

Copy code
git add .
git commit -m "Add feature: My new feature"
git push origin feature/my-new-feature
  1. Create a Pull Request (PR): Navigate to your forked repository on GitHub and create a new Pull Request. Provide a clear description of your changes, including any relevant context or reasoning.

Code Style and Guidelines

Follow the existing code style and guidelines used in the project. Write clear and concise code with meaningful variable names and comments where necessary. Ensure your changes don't introduce any linting errors or warnings.

Feedback and Bug Reports

If you encounter any issues or have suggestions for improvement, please open an issue on GitHub. We appreciate feedback and value your input to make Next-Chakra-PWA better for everyone.

๐Ÿ“ฃ Spread the Word

Help us grow the Next-Chakra-PWA community! Share your experience with the project, star the repository, and encourage others to contribute. Together, we can build amazing things.

Get in Touch

If you have any questions or need assistance with contributing, feel free to reach out. We're here to help and support your contributions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.