Uncloud is a web application created to support users who are in need career clarity. Users track their daily "weather" (e.g., sunny, foggy, storming), and are provided with the option to follow up their log with a written reflection.
Uncloud was created using TypeScript, Next.JS, Firebase, and Tailwind CSS. We host our components via Storybook.
Our Storybook components library can be viewed here.
-
Clone the repository
$ git clone [email protected]:cherryontech/jupiter-jumpers.git $ cd jupiter-jumpers
-
Install dependencies
$ npm i
-
Run the app
$ npm run dev
Open http://localhost:3000 with your browser to see the result.
- Run app in development mode
npm run dev
- Run app in production mode
npm start
- Format with prettier
npm run format
- Fix formatting with prettier
npm run format:fix