Skip to content

gocantodev/client

Repository files navigation

prettier eslint release

About

Hi there, I'm Gus! thank you for checking in. This repository contains the code base that powers my personal website alongside.

Installation

This project uses Vitejs to handle its dependencies and compilation. So, please make sure you have it installed in your local computer before trying to run/build this app.

Building the app

There are many ways you can achieve this, but for your convenience, this app is shipped with a Makefile that contains all the necessary commands to get you up and running.

# within your terminal
git clone git@github.com:gocantodev/client.git
cd client

make serve #local development
make build #production files

# development goodies
make format #runs prettier
make lint #runs eslint

Please read more about make files.

Contributing

Please, feel free to fork this repository to contribute to it by submitting a functionalities/bugs-fixes pull request to enhance it.

License

Please see License File for more information.

How can I thank you?

There are many ways you would be able to support my open source work. There is not a right one to choose, so the choice is yours.

Nevertheless 😀, I would propose the following

  • ⬆️ Follow me on Twitter.
  • ⭐ Star the repository.
  • 🤝 Open a pull request to fix/improve the codebase.
  • ✍️ Open a pull request to improve the documentation.
  • ☕ Buy me a coffee?

Thank you for reading this far. 😊