Skip to content

Commit

Permalink
Update 0.5.1-RC1
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
sveri committed Dec 31, 2020
1 parent d0aca65 commit 8bd8213
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.MD
@@ -1,6 +1,10 @@

## Changes

### 0.5.1-RC1

* Minor fixes

### 0.5.0-RC3

* Switch from selenium to using cypress as test framework for UI tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
## Usage

### Backend
1. Run `clj -A:new -M:new https://github.com/sveri/closp@39521959982b2f1c24e3b0c1493206f863344532 de/sveritest/closptest` in a console.
1. Run `clj -A:new -M:new https://github.com/sveri/closp@d0aca65b2263cd6b2107d4b3c4dae2f12f7fb565 de/sveritest/closptest` in a console.
2. Open your postgresql instance and add a new user: _{{name}}_ with password: _{{name}}_ and create a database _{{name}}_.
3. Add a users table to the new database. The script can be found in _migrators/postgres/1-user.up.sql'_.
4. CD to the newly generated folder _{{name}}_.
Expand Down
4 changes: 2 additions & 2 deletions resources/clj/new/closp/README.md
Expand Up @@ -3,15 +3,15 @@
## Usage

### Backend
1. Run `clj -A:new closp de/sveritest/closptest` in a console.
1. Run `clj -A:new -M:new https://github.com/sveri/closp@d0aca65b2263cd6b2107d4b3c4dae2f12f7fb565 de/sveritest/closptest` in a console.
2. Open your postgresql instance and add a new user: _{{name}}_ with password: _{{name}}_ and create a database _{{name}}_.
3. Add a users table to the new database. The script can be found in _migrators/postgres/1-user.up.sql'_.
4. CD to the newly generated folder _{{name}}_.
5. Run `clj` and inside `(start)` to start the development server.

### Frontend
1. Run `npm install` in a separate console to install the dependencies.
2. Run `shadow-cljs watch example` to start the cljs compiler.
2. Run `shadow-cljs watch main` to start the cljs compiler.
3. Navigate to http://localhost:3000/reagent-example.

### Frontend tests with cypress
Expand Down

0 comments on commit 8bd8213

Please sign in to comment.