Skip to content

andrelcb/spaceship

Repository files navigation

Spaceships

🗔 Link in production: https://spaceship-one.vercel.app/

Welcome to Spaceships!

Technologies used in the test

📕 How to use it?

Before starting, you need to have Git and Node installed.

# Clone this project
$ git clone https://github.com/andrelcb/spaceship.git

# access
$ cd spaceship

# install dependencies
$ yarn or npm

# Run the project
$ yarn dev or npm run dev

# The server will initialize in the <http://localhost:3000>