Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.76 KB

File metadata and controls

68 lines (40 loc) · 1.76 KB

3D Design Studio Landing Page

*** Remarks and appreciation ***

This project was designed from a reference design created by a dribbble user: https://dribbble.com/shots/22476356-Izanami-Studio-3D-Design-Studio-Landing-Page, I just developed the idea using NextJS and Typescript. This is a personal project and a way to keep on practising and improve my programming skills.


Project Summary

The website displays a brief description of 3D Design studio which is mainly based in Japan, it is like a business portfolio. This is just a prototype and i am so proud to have completed such a project, hopefully in the future I can build bigger and better responsive sites.

image


Running this project

To get this project up and running you should start by having NodeJs installed on your computer.

sudo apt install nodejs

It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv env

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source env/bin/active

Then install the project dependencies with

npm install 

Now you can run the project with this command

npm run dev

Website Preview

If you'd like to have a preview of this project you can check the uploaded project on: https://3d-studio.netlify.app