Welcome to the online store of Joana Bossa. This website showcases Joana's work and projects, including Ruby on Rails, HTML, CSS, JS, Bootstrap, Canva, and more. The website is hosted on Heroku and was built with a Rails app generated using lewagon/rails-templates and created by the Le Wagon coding bootcamp team.
Explore Joana Bossa's online store by visiting https://www.joanabossajewelry.com/.
- Clone this repository to your local machine:
git clone https://github.com/diana-spieser/Online-store.git
- Change the project directory
cd Online-store
- Create , seed, migrathe your db
rails db:create db:seed db:migrate
4.Start the server
rails server
- Starn yarn
yarn build --watch
5.Happy hacking!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.