Skip to content

Commit

Permalink
Merge pull request #2 from fossuok/MadushaS-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MadushaS authored Apr 13, 2024
2 parents 2b2c4b4 + feca566 commit fa5ee36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FOSS UOK Homepage
# FOSSUOK Homepage

Welcome to the official repository for the FOSS UOK homepage! This repository contains the source code and assets for the FOSS UOK website. This repo uses [Astro](https://astro.build/), a modern static site generator for building faster websites.

Expand Down Expand Up @@ -26,15 +26,15 @@ To install the FOSS UOK homepage on your local machine, follow these steps:
```
2. Navigate to the project directory:
```bash
cd foss-uok-homepage
cd fossuok.github.io
```
3. Install the dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
npm run dev
```
5. Open your browser and visit `http://localhost:4321` to view the homepage.

Expand Down

0 comments on commit fa5ee36

Please sign in to comment.