- First of all you need to clone app repository from github:
git clone git@github.com:Davmike/planets-fact-site.git
- Next step requires install all the dependencies.
npm install
- To see project in action
npm run dev
|--- components
|--- layouts
|--- pages
| |---|--- tailwind
| |---|---|--- input
| |---|---|--- planets
| |---|---|--- result
|--- public
- vercel.json # vercel configuration
- package.json # dependency manager configurations
Before every deployment you need to create build file.
npm run build
after this you can use this file to deploy project on server.