This repository contains boilerplate code you will use to build the create account form.
You have been given a starter repository using TypeScript / React / Vite / Tailwind / Ruby on Rails. You will only need a basic understanding of these technologies to successfully complete this coding challenge. Refer to the documentation links below for more information.
- TypeScript for JavaScript Programmers
- React docs
- Tailwind docs
- Vite - Getting Started
- Ruby on Rails - Getting Started
make -j dev
installs packages and starts the development server. The site exists at localhost:3000
.
make -j test
runs the tests.
▶ node -v
v18.17.1
▶ npm -v
10.1.0
If NodeJS is not installed on your computer, we recommend using nvm for version management.
▶ ruby -v
ruby 3.1.4p223 (2023-03-30 revision 957bb7cb81) [arm64-darwin22]
If Ruby is not installed on your computer, we recommend using rbenv for version management.
Note: [arm64-darwin22]
may be different as it is dependent on your operating system.