A modern portfolio website using React and Sanity
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a modern full-stack portfolio website using React.js and Sanity.io
Project done thanks to Javascript Mastery
Sanity | |
React | |
Framer Motion | |
Sass | |
React Icons |
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/gobwah/portfolio_website2.git
- Open console in
/backend_sanity
- Install Sanity
npm install -g @sanity/cli sanity init
- Open console in
/frontend_react
- Install dependencies
npm install
- Taking .env.example file as an example, create a .env file at the root of
/frontend_react
to store your Sanity informationREACT_APP_SANITY_PROJECT_ID = abcdefgh REACT_APP_SANITY_TOKEN = e8962t2zzsd5rggf1
- In case you don't know where to find that, re-open a console in
/backend_sanity
and typeIt will open a browser page where you can find quite easily your project ID. Then, on this page, go tosanity manage
API
menu:- Go to
CORS origins
sub-menu and click on "+ Add CORS origin". Enter your localhost address (localhost:3000 by default), check "Allow credentials" and click "Save" - Go to
Tokens
and click on "+ Add API token". Give it a name, select "Editor" as a permission and click "Save".
- Go to
- Now you can go back to section 5.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Vincent DELLA-LIBERA - @vincent-dellalibera - vincent.dellalibera@gmail.com
Project Link: https://github.com/gobwah/portfolio_website2