Moder Studio is a project created based on the "Project from A to Z"
course from the hello roman channel, resulting from a collaboration with Modern Studio, a company that stands out for its innovative approach to real estate and investment topics.
The repository is divided into separate branches based on the 22 available lessons, which will show you how to create a project for a real company from start to finish. The course includes:
- client consultation
- creating wireframes and designing the website in Figma
- writing copy and selecting images for the site
- implementing the project using the Gatsby framework with Contentful
- automatic deployment of the application (in my case, using Github/Netlify/Contentful)
The main
branch contains additional features not covered in the course, while the last branch related to the course is called refactor
.
1. Clone this repository:
git clone https://github.com/KoTubA/modern-studio.git
or:
git clone git@github.com:KoTubA/modern-studio.git
2. Install npm packages:
npm install
3. Start developing.
Navigate into site’s directory and start it up.
cd modern-studio/
npm run develop
4. Open the code and start customizing!
The site is now running at http://localhost:8000
Edit src
folder to see your site update in real-time!
5. Learn more
Link to demo: https://moder-studio.netlify.app/