Skip to content

A review site for tacos and some other food...

Notifications You must be signed in to change notification settings

cativo23/tacoview

Repository files navigation

tacoview

tacoview

A review site for tacos and some other food...

forthebadge forthebadge forthebadge forthebadge powered-by-laravel made-in-el-salvador

Local Development

This project uses Docker Compose to manage its local development stack. For more detailed usage instructions take a look at the official documentation.

Links

These links are available if the appis served in port 80, change the below links with the correct port number.

Start the development server

./tacos up

You can also use the -d option, to start the server in the background if you do not care about the logs or still want to use your terminal for other things.

Build frontend assets

./tacos npm watch

Run Tests

./tacos test

Help

Run this for more information about the commands you can use to develop

./tacos help