https://github.com/thunbergolle/civzone
Game
https://github.com/thunbergolle/civzone
Last synced: 6 days ago
JSON representation
Game
- Host: GitHub
- URL: https://github.com/thunbergolle/civzone
- Owner: ThunbergOlle
- Created: 2023-09-05T19:43:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T20:29:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T12:15:43.106Z (3 months ago)
- Language: TypeScript
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.