Merge branch 'main' of https://git.coopcloud.tech/RTM/rtm-website
This commit is contained in:
commit
e4a6dde7ff
44
README.md
44
README.md
@ -1 +1,43 @@
|
||||
# hello friends !
|
||||
# hello friends !
|
||||
|
||||
|
||||
# To Run the Website Locally
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- [Node.js](https://nodejs.org/) version 18.17.1 or higher (we recommend using NVM to manage Node versions)
|
||||
- [pnpm](https://pnpm.io/) (optional but recommended)
|
||||
|
||||
### Step 1: Install correct Node.js version
|
||||
|
||||
If you have NVM (Node Version Manager) installed:
|
||||
|
||||
```bash
|
||||
nvm install 18.17.1
|
||||
nvm use 18.17.1
|
||||
```
|
||||
|
||||
Verify your Node.js version:
|
||||
|
||||
```bash
|
||||
node -v
|
||||
```
|
||||
|
||||
### Step 2: Install dependencies
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
### Step 3: Start the development server
|
||||
|
||||
```bash
|
||||
npx astro dev
|
||||
```
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- [Astro](https://astro.build/) - The core framework
|
||||
- [React](https://reactjs.org/) - For interactive components
|
||||
- [Tailwind CSS](https://tailwindcss.com/) - For styling
|
||||
- [TypeScript](https://www.typescriptlang.org/) - For type safety
|
Loading…
x
Reference in New Issue
Block a user