From 946d6b0e689d9e92d2db2db792be4d38a6be6948 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sat, 21 Mar 2026 10:10:22 +0100 Subject: [PATCH] Added README --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e861acb --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Perceptron and neuronal networks + +Using Laravel and Vue JS + +## Installation + +1. Install PHP, Composer and NodeJs + - With Herd + + + - Using a single command from the [Laravel installation page](https://laravel.com/docs/12.x/installation) + + ```powershell + # Run as administrator... + Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://php.new/install/windows/8.4')) + ``` + + - Manually : + 1. PHP + + 2. Composer + + 3. NodeJs (Node + NPM) + + +2. Install dependencies + +```shell +composer install +``` + +## Running the project + +There is a script inside `composer.json` that will launch each part of the application in parallel. + +To run this script : + +```shell +composer run dev +``` + +And go with your favorite browser to