Skip to content

Personal blog where I implement things I learned and share content about my learning.

License

Notifications You must be signed in to change notification settings

vittorfigueiredo/vitorfigueiredo.com

Repository files navigation

How to run project

Requirements:

  • PHP 8.*
  • Composer

Follow steps:

1 - Clone repository.

2 - Copy the file .env.sample, rename to .env and change variable values for your mysql database.

3 - Run composer install to install dependencies.

4 - Run vendor/bin/phinx migrate to create tables in your database.

3 - Run composer start to start local server.

About

Personal blog where I implement things I learned and share content about my learning.

Topics

Resources

License

Stars

Watchers

Forks