Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mquangdev committed May 2, 2024
1 parent 95bb51e commit ccdc36e
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# Project: 3D Portfolio
# Getting Started

First, run the development server:

<pre>
<code>
npm install
#or
yarn
</code>
</pre>

then

<pre>
<code>
npm run dev
#or
yarn start
</code>
</pre>

Open http://localhost:5173 with your browser to see the result.
You can start editing the page by modifying <code>App.tsx</code> and <code>config.js</code> file to build your own cv

# Description

Expand All @@ -12,4 +35,3 @@
# Demo

https://github.com/mquangdev/3D-Portfolio/assets/101007740/6ca77423-82eb-4504-baa7-90d5a89bc1c1

0 comments on commit ccdc36e

Please sign in to comment.