So you have your design synced to Anima, and you've exported your project as code.
Now you want to host your code and publish it to the world. In this article, we will guide you on hosting your project code on Netlify.
1. Create a Netlify account
First, create your account on the Netlify website.
2. Build your project
Unzip your Anima code package, and in your Terminal cd
into the unzipped folder.
Then type:
npm install
npm run build
Once the build is completed, you will have a new folder called dist
which contains the static files of your project.
3. Upload dist
folder to Netlify
Once your Production deploy says "Published", your website is live π