Skip to content

Commit

Permalink
Update README.md to include docker test steps - xitanggg#8 xitanggg#14
Browse files Browse the repository at this point in the history
  • Loading branch information
xitanggg committed Jul 3, 2023
1 parent 5666e1f commit 36a7f9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,18 @@ OpenResume is created with the NextJS web framework and follows its project stru

## 💻 Local Development

### Method 1: npm

1. Download the repo `git clone https://github.com/xitanggg/open-resume.git`
2. Change the directory `cd open-resume`
3. Install the dependency `npm install`
4. Start a development server `npm run dev`
5. Open your browser and visit [http://localhost:3000](http://localhost:3000) to see OpenResume live

### Method 2: Docker

1. Download the repo `git clone https://github.com/xitanggg/open-resume.git`
2. Change the directory `cd open-resume`
3. Build the container `docker build -t open-resume .`
4. Start the container `docker run -p 3000:3000 open-resume`
5. Open your browser and visit [http://localhost:3000](http://localhost:3000) to see OpenResume live

0 comments on commit 36a7f9c

Please sign in to comment.