Table of Contents
The intention of Artempo Studio official website is to allow any interested artist to publish their art, either if there's sculptures, booknooks, personalizations of certain work of art, etcetera...
- Clone the client repo
git clone https://github.com/romibernard/art-client.git
- Clone the server repo
git clone https://github.com/romibernard/art-server.git
- Install NPM packages in client folder
npm install axios react-spinners react-router-dom
- Install NPM packages in server folder
npm install dotenv bcryptjs cors express express-validator jsonwebtoken mongoose nodemon
- Install Tailwind CSS in client folder, following the steps from:
https://tailwindcss.com/docs/guides/create-react-app
- For you to be able to see both folders in your local server while running npm run dev in your terminal, remember to add the script in the server's
package.json
:"dev": "nodemon index.js"
If you want to collaborate, the pull requests are available or if you want to publish your artwork feel free to access through: https://artempo-studio.netlify.app/
creating you account, creating your "obra" and add at the form your contact info to make available the contact for purchase.
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
Instagram - @developer.path
Project Link: https://artempo-studio.netlify.app/
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
You can see the dependencies installed in the packaje.json
file in both folders for you to reinstall under the circumstance that it doesn't run.
Happy coding && || upload of your artwork!