Fix/#26 re upgrade to astro 7 #27
@@ -59,17 +59,13 @@ luna-charts/
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
* Node.js `>= 22.0.0`
|
* [Node Version manager](https://github.com/nvm-sh/nvm/blob/master/README.md) `0.40.7`
|
||||||
* pnpm `11.11.0` (see `devEngines` in `package.json`; pnpm will be downloaded automatically via Corepack if missing)
|
* Node.js `>= 24.0.0`. Use `nvm install 24` for it
|
||||||
|
* pnpm `12.0.0`
|
||||||
* Docker (required for running component/browser tests locally, see below)
|
* Docker (required for running component/browser tests locally, see below)
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Download the [Node Version manager](https://github.com/nvm-sh/nvm/blob/master/README.md). If the installation was successful, install Node.js version 24:
|
|
||||||
`nvm install 24`
|
|
||||||
|
|
||||||
Afterwards, clone LUNA-Charts from our repository or from GitHub. The GitHub repository is updated every 30 minutes.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Ninosaurier/LUNA-Charts.git
|
git clone https://github.com/Ninosaurier/LUNA-Charts.git
|
||||||
cd luna-charts
|
cd luna-charts
|
||||||
|
|||||||
Reference in New Issue
Block a user