Skip to content

Davmike/planets-fact-site

Repository files navigation

Planet Fact Site

Table of Contents

Prerequisites

  • npm @8 and up
  • vite @4.0.0

Tech Stack

Getting Started

  1. First of all you need to clone app repository from github:
git clone git@github.com:Davmike/planets-fact-site.git
  1. Next step requires install all the dependencies.
npm install
  1. To see project in action
npm run dev

Project Structure

|--- components
|--- layouts
|--- pages
|   |---|--- tailwind
|   |---|---|--- input
|   |---|---|--- planets
|   |---|---|--- result
|--- public


- vercel.json # vercel configuration
- package.json # dependency manager configurations

Deployment

Before every deployment you need to create build file.

npm run build

after this you can use this file to deploy project on server.

Author

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published