Renote is an application that allows user to take and store notes. In renote, a user can:
- create notes
- visualize notes
- define relationship between the notes
- define tags
- and associate a tag to a note.
- Install Laravel's Herd: https://laravel.com/docs/12.x/installation#installation-using-herd
This will install Php, Composer and Laravel.
- Install node v22
Install node version manager (MVN). On Windows you can use this distribution: https://github.com/coreybutler/nvm-windows#readme
-
Clone this project
-
Run
npm i
andnpm run dev
-
Start Herd
-
Access
http://monolithic-app.test
from your browser
You are setup!