Skip to content

kaioosilva/nextjs-devcommerce

Repository files navigation

NextJS Project

NextJS project using Prismic CMS for study purposes.

Deployed here

Technologies   |    Getting started   |    How to contribute   |   


🚀 Technologies

Technologies that I used to develop this web client

💻 Getting started

Clone the project and access the folder

$ git clone https://github.com/kaioosilva/nextjs-devcommerce && cd nextjs-devcommerce

Follow the steps below

# Install the dependencies
$ yarn

# Start the client
$ yarn dev

🤔 How to contribute

Make a fork of this repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork kaioosilva/nextjs-devcommerce

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd nextjs-devcommerce

# Create a branch with your feature
$ git checkout -b my-feature

# Make the commit with your changes
$ git commit -m 'feat: My new feature'

# Send the code to your remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch


Made with 💜 by Kaio Silva 👋 See my linkedin

About

NextJS project using Prismic CMS for study purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published