Skip to content

Commit 202e280

Browse files
author
Giuseppe
committed
update README
1 parent 8fbd861 commit 202e280

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

.github/workflows/nextjs.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,3 @@ jobs:
7777
run: ${{ steps.detect-package-manager.outputs.runner }} next build
7878
- name: Run Jest
7979
run: yarn jest
80-
81-
82-
# Deployment job
83-
deploy:
84-
environment:
85-
name: github-pages
86-
url: ${{ steps.deployment.outputs.page_url }}
87-
runs-on: ubuntu-latest
88-
needs: build
89-
steps:
90-
- name: Deploy to GitHub Pages
91-
id: deployment
92-
uses: actions/deploy-pages@v2

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ App to create tasks in a clear dashboard.
33
The app is organized into two routes, home, and edit.
44
On the home page, you can see your tasks, and create a new one.
55

6-
6+
App available in vercel https://task-mgmt-dashboard.vercel.app/
77

88
## Create task
99
Every task has a `title`, a `description`, and a `due date`.
@@ -39,4 +39,7 @@ Make a build
3939
yarn build
4040
```
4141

42-
42+
Run build
43+
```bash
44+
yarn start
45+
```

public/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)