mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 19:51:27 +10:00
deploy to netlify button
This commit is contained in:
@ -79,6 +79,12 @@ I'm glad you asked :) Here is a step-by-step procedure on getting you started wi
|
||||
5. `npm start` - to start the development server
|
||||
5. `npm run build` - to build a production version of the app
|
||||
|
||||
## How do I deploy the project myself
|
||||
|
||||
One way is to use the following ["Deploy to Netlify" button](https://www.netlify.com/blog/2016/11/29/introducing-the-deploy-to-netlify-button/)
|
||||
|
||||
[](https://app.netlify.com/start/deploy?repository=https://github.com/AmruthPillai/Reactive-Resume)
|
||||
|
||||
## What's changed since the release?
|
||||
|
||||
- Added Castform Template ([Preview](https://i.imgur.com/an0op8f.png))
|
||||
|
||||
3
netlify.toml
Normal file
3
netlify.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[build]
|
||||
command = "npm run build"
|
||||
publish = "dist"
|
||||
Reference in New Issue
Block a user