blob: 5d7732add4b187b8547dae91c365275c0c3eeaf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# OKCMS
> "Pretty good"
> - Steve Jobs
## To run:
* npm install
* cd examples
* node index
Server will be running on http://lvh.me:1337/
Admin area available on http://lvh.me:1337/admin/
To access the admin area, you need to set a username and password.
To do that create a file called `.env` in the project directory with
the following contents:
```
OK_USER=username
OK_PASS=password
```
|