Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 725 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 725 Bytes

My game of life

This repository contains the frontend part of a demo implementation of Conway's Game Of Life.

Installation

Follow these steps to set up your local development environment:

  • Start the backend application
  • Navigate to the root of the Nuxt application
  • Install the dependencies by running yarn install
  • Duplicate the .env.example file and save it as .env. Edit the API_URL to match the URL of your local Laravel application. By default, it should be http://localhost:8000/api
  • Initiate the Nuxt development process by running yarn dev

Demo

Schermata 2024-05-14 alle 12 22 24