Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@

## Getting Started
# Shardeum-website

First, run the development server:
This repository contains the code for Shardeum website built using the Next.js framework. The live website can be accessed [here](shardeum-website-kappa.vercel.app)

```bash
npm run dev
# or
yarn dev
```
## Installation
To run the website locally, you need to have Node.js and npm installed on your machine. Once you have those installed, follow these steps:

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Clone the repository to your local machine.
```
git clone https://github.com/Shardeum/shardeum-website
```
- Navigate to the project directory in your terminal.
- Run npm install to install the project's dependencies.
- Run npm run dev to start the development server.
- Once the server is running, you can access the website in your browser at http://localhost:3000.


## Contribute to Shardeum
Expand Down