/projeto-page

Projeto de estudos git

Primary LanguageHTML

Projeto page

Vitejs with docker setup and commands in a Makefile to local development server

Install

  1. Clone this repository

  2. Change what you need and copy the env.example to a .env file with

cp env-example .env
  1. Use Makefile commands to interact with project
# This will install necessary packages and run dev script putting project in http://localhost:5173 port
make first

Help

See all commands with

make help