Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.25 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.25 KB

Company's Landing Page Template

A clean and simple interface to display your company portfolio - developed in Next.js and tailwind css. Try it for free.

license MIT

🏗 How to use

  1. Fork the repo to create a personal repository with this template.
  2. Install the dependencies with npm or yarn package manager.
yarn
# or
npm install
  1. Run the development server with the follwing commands in your terminal.
yarn run dev
# or
npm run dev
  1. Create a production build, ready to deploy.
yarn run build
# or
npm run build

⏯ Preview

demo preview

Deploy your own landing page

Deploy it to the cloud with Vercel (Documentation).

👨🏻‍💻 Contributing

Make sure you read the contributing guidelines before opening a PR.

🔑 License & Conduct