https://github.com/thunbergolle/virtcon2
Virtcon 2
https://github.com/thunbergolle/virtcon2
Last synced: 7 months ago
JSON representation
Virtcon 2
- Host: GitHub
- URL: https://github.com/thunbergolle/virtcon2
- Owner: ThunbergOlle
- Created: 2023-03-02T18:33:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T18:14:16.000Z (10 months ago)
- Last Synced: 2024-08-17T23:30:04.340Z (10 months ago)
- Language: TypeScript
- Size: 1020 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtcon2
The second version of the Virtcon project. This is a complete rewrite of the original.
#### Installation
1. Install the latest version of [Node.js](https://nodejs.org/en/download/)
2. Install the latest version of [Yarn](https://yarnpkg.com/en/docs/install)
3. Install [PostgreSQL](https://www.postgresql.org/download/) --> start on port 5432
4. Install Docker
5. Clone the repository
6. Start Redis docker container with `yarn run redis`
7. Run `yarn install` in the root directory
8. Install nx cli with `yarn global add nx`
9. Run `yarn start` in the root directory to start all apps
Note that this may not work for linux users if it doesn't try `yarn linux` if the issue continues submit an issue on github.## Understand this workspace
Run `nx graph` to see a diagram of the dependencies of the projects.
## NX documentation
Visit the [Nx Documentation](https://nx.dev) to learn more.