Skip to content

Commit

Permalink
setup codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
foxsay789 committed Sep 13, 2024
1 parent 1f49955 commit 1546f8a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
// These tasks will run in order when initializing your CodeSandbox project.
"setupTasks": [
{
"name": "Install Dependencies",
"command": "npm install"
}
],

// These tasks can be run from CodeSandbox. Running one will open a log in the app.
"tasks": {
"start": {
"name": "start",
"command": "npm run start",
"runAtStart": true,
"preview": {
"port": 3000
}
},
"build": {
"name": "build",
"command": "npm run build"
},
"test": {
"name": "test",
"command": "npm run test"
},
"eject": {
"name": "eject",
"command": "npm run eject"
}
}
}
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1546f8a

Please sign in to comment.