Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 870 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 870 Bytes

Personal Website

The website resulting from this work is found here at anishrverma.github.io .

This wenbiste is built off of react-js library of javascript, and thus requires node.js and npm.

For Your Use

Local Use

If you clone this locally, npm start should open the website on your browser.

In src/portfolio.js you can input your own information.

Deployment

Run npm run build to generate the production build folder, and push the build folder to a repository with the website name, if you want to deploy using Github Pages

License

This project is licensed under the MIT License.

References

This was adapted from Saad Pasta's Portfolio Project.