🗔 Link in production: https://spaceship-one.vercel.app/
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>