-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1 @@ | ||
# PizzaChrome Website | ||
|
||
Welcome to the official repository of the PizzaChrome website. This project is built using Next.js and showcases the features and capabilities of the PizzaChrome browser extension. | ||
|
||
## Table of Contents | ||
|
||
- [Features](#features) | ||
- [Getting Started](#getting-started) | ||
- [Development](#development) | ||
- [Deployment](#deployment) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Features | ||
|
||
- Responsive design for optimal viewing on various devices | ||
- Multilingual support (English and Chinese) | ||
- Interactive demos of PizzaChrome features | ||
- Fast, static site generation with Next.js | ||
|
||
## Getting Started | ||
|
||
To get a local copy up and running, follow these steps: | ||
|
||
1. Clone the repository: | ||
|
||
`git clone https://github.com/pizzatool/pizzachromewebsite.git` | ||
|
||
3. Navigate to the project directory: | ||
|
||
`cd pizzachromewebsite` | ||
|
||
4. Start the development server: | ||
|
||
`npm run dev` | ||
|
||
5. Open [http://localhost:3000](http://localhost:3000) in your browser to view the site. |