Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
[FINAL] Close repo
Browse files Browse the repository at this point in the history
  • Loading branch information
popovicsandras committed Mar 3, 2023
1 parent 9b552c2 commit 9ddbb84
Show file tree
Hide file tree
Showing 5 changed files with 4,373 additions and 8,177 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
.settings/
*.sublime-workspace
.history
.angular

# IDE - VSCode
.vscode/*
Expand All @@ -47,6 +48,7 @@ testem.log
/envs/
.env
**/versions.json
app/.tmp

# e2e
/e2e/*.map
Expand Down
3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ Use one of the following commands to run the application:

```bash
# develop server
npm start
npm start modeling-ce

# Production server
npm start -- --prod
npm start modeling-ce -- --prod
```

### Building the application
Expand All @@ -114,10 +114,10 @@ Use one of the following commands to build the application:

```bash
# develop build
npm run build
npm run build modeling-ce

# Production build
npm run build -- --prod
npm run build modeling-ce -- --prod
```

### Running unit tests
Expand Down
Loading

0 comments on commit 9ddbb84

Please sign in to comment.