Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f1c8435
Add my name to README
mohammadwahbeh1 Mar 11, 2026
3f0ba2e
Add basic CI workflow with forced failure
mohammadwahbeh1 Mar 11, 2026
82036d6
Update CI to show Node version
mohammadwahbeh1 Mar 11, 2026
e896a4e
add CI workflow
mohammadwahbeh1 Mar 13, 2026
a5a8609
break tests
mohammadwahbeh1 Mar 13, 2026
ad2ddde
add CI test steps
mohammadwahbeh1 Mar 13, 2026
ed4dbef
fix CI test
mohammadwahbeh1 Mar 13, 2026
e28be07
fix CI test
mohammadwahbeh1 Mar 13, 2026
cea824a
add test script to package.json
mohammadwahbeh1 Mar 13, 2026
88bffad
Add Vitest code coverage to CI
mohammadwahbeh1 Mar 13, 2026
d4342fe
Add Vitest code coverage to CI
mohammadwahbeh1 Mar 13, 2026
8ea1c2d
Add Vitest code coverage to CI
mohammadwahbeh1 Mar 13, 2026
612ef05
Add Vitest code coverage to CI
mohammadwahbeh1 Mar 13, 2026
e6d4db0
edit ci file
mohammadwahbeh1 Mar 13, 2026
0ffab53
save vitest.config.ts
mohammadwahbeh1 Mar 13, 2026
34be8e3
save vitest.config.ts
mohammadwahbeh1 Mar 13, 2026
cf7c923
save vitest.config.ts
mohammadwahbeh1 Mar 13, 2026
d0ce247
save vitest
mohammadwahbeh1 Mar 13, 2026
714114f
save vitest
mohammadwahbeh1 Mar 13, 2026
f82b6b6
save vitest
mohammadwahbeh1 Mar 13, 2026
ce5e4b5
save vitest
mohammadwahbeh1 Mar 13, 2026
75ae584
save vit
mohammadwahbeh1 Mar 13, 2026
1596350
save vit
mohammadwahbeh1 Mar 13, 2026
23960ff
save vit
mohammadwahbeh1 Mar 13, 2026
7a849c8
save vit
mohammadwahbeh1 Mar 13, 2026
f5c33bb
save vit
mohammadwahbeh1 Mar 13, 2026
0508f7b
save vit
mohammadwahbeh1 Mar 13, 2026
bbbdecd
save vit
mohammadwahbeh1 Mar 13, 2026
3edaf49
Add CI test badge
mohammadwahbeh1 Mar 13, 2026
8342eb6
Merge pull request #1 from mohammadwahbeh1/addtests
mohammadwahbeh1 Mar 13, 2026
c27c353
Add Style job to CI workflow
mohammadwahbeh1 Mar 14, 2026
698c4c8
Add Style job to CI workflow
mohammadwahbeh1 Mar 14, 2026
7ed17a3
Add Style job to CI workflow
mohammadwahbeh1 Mar 14, 2026
dd3f7ef
Remove all GitHub workflows
mohammadwahbeh1 Mar 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
![CI Tests](https://github.com/mohammadwahbeh1/learn-cicd-typescript-starter/actions/workflows/ci.yml/badge.svg)

# learn-cicd-typescript-starter (Notely)

This repo contains the typescript starter code for the "Notely" application for the "Learn CICD" course on [Boot.dev](https://boot.dev).

## Local Development


Make sure you're on Node version 22+.

Create a `.env` file in the root of the project with the following contents:
Expand All @@ -22,3 +25,7 @@ npm run dev
_This starts the server in non-database mode._ It will serve a simple webpage at `http://localhost:8080`.

You do _not_ need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course!


mohammad's version of Boot.dev's Notely app
# trigger
Loading