Skip to content

Commit

Permalink
feat(logo):new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricschwyter committed Dec 17, 2022
1 parent 22735b8 commit bd19be0
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 1,130 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<image src="https://raw.githubusercontent.com/D3PSI/lumium/develop/lumium-space/public/logo/parts/fg/icon.svg"></image>
<image src="https://raw.githubusercontent.com/D3PSI/lumium/develop/lumium-space/public/logo/svg/Color logo with background.svg"></image>
</div>

# lumium
Expand All @@ -17,27 +17,27 @@ next level docs - the end-to-end secure, shared productivity platform
- chromium/chrome/chromedriver (optional)

## local database setup
setup and start postgres, then create the necessary databases by logging into `psql` as a privileged user:
setup and start postgres, then create the necessary databases by logging into `psql` as a privileged user:

```bash
CREATE ROLE development WITH LOGIN ENCRYPTED PASSWORD 'development';
CREATE DATABASE lumium WITH OWNER development;
CREATE DATABASE lumium_test WITH OWNER development;
```
```bash
CREATE ROLE development WITH LOGIN ENCRYPTED PASSWORD 'development';
CREATE DATABASE lumium WITH OWNER development;
CREATE DATABASE lumium_test WITH OWNER development;
```

## building and running locally
```bash
yarn && yarn build
yarn run dev # to start the development servers
yarn start # to start the production servers
```
```bash
yarn && yarn build
yarn run dev # to start the development servers
yarn start # to start the production servers
```

## tests
```bash
yarn test # run all test suites headless
(cd lumium-api && yarn test) # run backend unit tests
(cd lumium-renderer && wasm-pack test --chrome --headless) # run wasm browser tests
(cd lumium-space && yarn run cypress:test) # run cypress integration tests headless
(cd lumium-space && yarn run cypress:open) # run cypress integration tests headed
```
```bash
yarn test # run all test suites headless
(cd lumium-api && yarn test) # run backend unit tests
(cd lumium-renderer && wasm-pack test --chrome --headless) # run wasm browser tests
(cd lumium-space && yarn run cypress:test) # run cypress integration tests headless
(cd lumium-space && yarn run cypress:open) # run cypress integration tests headed
```

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
320 changes: 0 additions & 320 deletions lumium-space/public/logo/logo.svg

This file was deleted.

67 changes: 0 additions & 67 deletions lumium-space/public/logo/parts/fg/icon.svg

This file was deleted.

42 changes: 0 additions & 42 deletions lumium-space/public/logo/parts/none/icon.svg

This file was deleted.

42 changes: 0 additions & 42 deletions lumium-space/public/logo/parts/none/raw/delta.svg

This file was deleted.

Loading

0 comments on commit bd19be0

Please sign in to comment.