Skip to content

MelisseCabral/nasa-search

Repository files navigation

Nasa Search

🌴 Inspired on the Figma

Getting Started with development server

To run server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Getting Started with storybook (Storybook DEMO!)

First, run the development server:

npm run storybook
# or
yarn storybook
# or
pnpm storybook

Open http://localhost:6006 with your browser to see the components and documentation.

Running Tests

First, run the tests:

npm run test
# or
yarn test
# or
pnpm test

Check the terminal output to get results.