diff --git a/Home.md b/Home.md index 7e5827b..54c0318 100644 --- a/Home.md +++ b/Home.md @@ -42,22 +42,13 @@ Grant folder permissions for webserver user sudo chgrp -R www-data storage bootstrap/cache sudo chmod -R ug+rwx storage bootstrap/cache -Start the local development server - - php artisan serve - ## Local Development -Browsers enforce strict security permissions to prevent you from reading files out of the local file system. To develop locally, you must run a local web server rather than using file://…. Node’s [http-server](https://www.npmjs.com/package/http-server) is recommended. To install: - -``` -npm install -g http-server -``` - +To develop locally, you must run a local web server. To run: ``` -http-server & + php artisan serve ``` This will start the server on from the current working directory. \ No newline at end of file