Skip to content

dejametecuento/dejametecuento-site

Repository files navigation

Déjame te cuento website frontend

Built With

Design

Running Locally

You need to set up strapi first to populate the content

Set up Strapi

Create a folder and clone the Strapi CMS repository.

Install the dependencies and run it locally

yarn install
yarn develop

The Strapi server will run on http://localhost:1337.

Go to the Admin panel, create an account and add some dummy content.

Set up Next.js

On other window install the Next.js dependencies and run it locally

yarn install
yarn dev

The Next.js server will run on http://localhost:3000.

Contribution

To submit a feature, bug fix, or enhancement to the website proceed as follows:

  1. Fork this repository
  2. Clone from your repository
  3. Create a new branch git checkout -b MY_BRANCH_NAME
  4. Follow the Running locally instructions
  5. Open a pull request

We really appreciate any contribution.

License

MIT License.