- This repository contains the old source code of DATALIFE, which has been made public for reference purposes.
- Most of the commits, whether semantic or not, may not adhere to best versioning practices.
- Important: None of this source code will influence the final project, which is being developed within the DATALIFE Community organization.
Note
To connect to the server, make sure you have the alt:V client installed.
- Clone the repository:
git clone git@github.com:pyurips/datalife-old.git
- Navigate to the project directory:
cd datalife-old
- Install the dependencies:
npm install
- Download the server files:
npm run update
- Run the project:
- On Windows:
npm run windows
- On Linux:
npm run linux
- If you need the alt:V platform TS types/interfaces for development:
npm run types