On the left project management area you can see Preview button for prototypes. It gives a sharable preview link for your prototype so you can share link with your stakeholders to get their comments. (anyone with this link can view it.)

Export the code

To download a .zip file of all the code, click the Export button in the top right corner of the Focus UI. So you can run it your local and use in your projects.

To run this code in your local, you can track the following instructions:

1 - Firstly export the code and make sure that you’re in the same folder in your command line.

2 - Then we need to install the dependencies, it sometimes takes nearly 2 minutes.

npm i 

3 - Then run your app in your local server

npm run dev 

4 - Now you can open a browser and see the output design in your local.

If you encounter an error in the exported code, please hit us up in in-app chat.