This repository is dedicated to O'clock This memory game is composed of an frontend and an api
To start the frontend project, please follow the instructions below:
npm install
# or
yarn
Then you shoud to create an new .env file based on .env.example and change database settings (default as MySQL) for your environment.
Then, you can run your app
npm run dev
# or
yarn dev