abumalick / abumalick-website

Abumalick website

Home Page:https://abumalick.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code style: prettier

Abumalick website

Bootstraped with https://github.com/EmaSuriano/gatsby-starter-mate

Features 🛠

How to start ▶️

You will need our contentful token to be able to build the site locally

If you never used Gatsby before, I highly recommend you to Set up your development environment!

You can start developing on the project with

yarn start

Update from upstream 💡

In case you cloned this repository before and you want all the latest changes of it, you can execute the following command to update the code in your repository with the one in this repository:

# Add repository remote entry
$ git remote add mate https://github.com/EmaSuriano/gatsby-starter-mate

# Get changes from master branch of gatsby-starter-mate
$ git pull mate master --allow-unrelated-histories

# Reset changes in unnecesary folder/files
$ git reset media/ bin/ README.md manifest-config.js

# Remove files affected by the reset
$ git checkout .

# In this step you migth need to fix a lot of conflicts, you can do fix manually or use just accept all the changes from mate
$ git checkout --theirs .

# WATCH OUT that some configuration can be overwritten in this last step, like package.json, colors, etc. I highly recommend to do an overall look up at the end of fixing the conflicts.

# Install in case there is any new dependency added to the starter
$ yarn

# Build the project to see if everything is working as expected
$ yarn build

License 📝

MIT.

About

Abumalick website

https://abumalick.com/

License:MIT License


Languages

Language:JavaScript 100.0%