Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#615 Frontend Netlify 적용 관련 건 #616

Draft
wants to merge 7 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPARCS Taxi

[![Netlify Status](https://api.netlify.com/api/v1/badges/60672e1f-5076-4f27-8f4a-7c1407cbeffa/deploy-status)](https://app.netlify.com/sites/taxi-dev-preview/deploys)

KAIST Taxi Party Matching Web Service

## About
Expand Down Expand Up @@ -38,7 +40,6 @@ $ pnpm install
See [notion page](https://www.notion.so/sparcs/Environment-Variables-1b404bd385fa495bac6d5517b57d72bf).
Refer to [.env.example](.env.example) and write your own `.env`.


## Development

Run scoped scripts
Expand All @@ -48,18 +49,21 @@ pnpm <scope> <script>
```

Valid scopes are:

- `web`: Corresponds to `@taxi/web`
- ~~`app`: (intended) Corresponds to `@taxi/app`~~
- ~~`core`: (intended) Corresponds to `@taxi/core`~~

### Examples

Run `web` development server

```bash
pnpm web start
```

Install new dependency to `app`

```bash
pnpm app install <package_name>
```
Expand Down
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200