You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ More about this at: https://blog.coderockr.com/simplificando-o-setup-de-projetos
9
9
Development Start
10
10
-----------------
11
11
12
-
Add `cwps.lucassabreu.test` to your `/etc/hosts` and run `yarn start`, all dependencs will be installed and a watch-server using webpack will be started at http://cwps.lucassabreu.test:3000.
12
+
Just run the command `yarn start`, the service must be served through `http://localhost:3000` to [Netlify Auth Providers](https://www.netlify.com/docs/authentication-providers/) to work.
13
+
14
+
The command will watch for changes on the source and update it automatically.
0 commit comments