Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rockhopsoft committed Jan 28, 2021
1 parent a113361 commit ba6b382
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,24 +155,24 @@ $ php artisan db:seed --class=ZipCodeSeeder4

### Initialize OpenPolice Installation

Then browsing to the home page should prompt you to create the first admin user account:
Then browsing to the home page should prompt you to create the first admin user account:<br />
http://openpolice.local

If everything looks janky, then manually load the style sheets, etc:
If everything looks janky, then manually load the style sheets, etc:<br />
http://openpolice.local/css-reload

After logging in as an admin, this link rebuilds many supporting files:
After logging in as an admin, this link rebuilds many supporting files:<br />
http://openpolice.local/dashboard/settings?refresh=2


# <a name="documentation"></a>Documentation

Once installed, documentation of this system's database design can be found at /dashboard/db/all . This system's user experience design for data entry can be found at /dashboard/tree/map?all=1&alt=1 or publicly visible links like those above.

Better documentation is juuust beginning to be created...
Better documentation is juuust beginning to be created...<br />
<a href="https://openpolice.org/code-package-files-folders-and-classes" target="_blank">openpolice.org/code-package-files-folders-and-classes</a>

More on the Survloop level is also starting here:
More on the Survloop level is also starting here: <br />
<a href="https://survloop.org/package-files-folders-classes" target="_blank">survloop.org/package-files-folders-classes</a>.

# <a name="roadmap"></a>Roadmap
Expand All @@ -184,8 +184,6 @@ Here's the TODO list for the next release (**1.0**). It's my first time building
* [ ] Code commenting, learning and adopting more community norms.
* [ ] Add decent levels of unit testing. Hopefully improve the organization of objects/classes.

# <a name="change-logs"></a>Change Logs


# <a name="contribution-guidelines"></a>Contribution Guidelines

Expand Down

0 comments on commit ba6b382

Please sign in to comment.