https://github.com/techsolomon/cs371
Computer Ethics & Technical Communication projects from the Fall 2021 semester at UAF.
https://github.com/techsolomon/cs371
dark-pattern
Last synced: 2 months ago
JSON representation
Computer Ethics & Technical Communication projects from the Fall 2021 semester at UAF.
- Host: GitHub
- URL: https://github.com/techsolomon/cs371
- Owner: TechSolomon
- Created: 2021-08-24T00:00:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T11:08:38.000Z (over 3 years ago)
- Last Synced: 2023-03-09T03:25:53.434Z (about 3 years ago)
- Topics: dark-pattern
- Language: JavaScript
- Homepage: https://cs371.pages.dev/
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs371
Computer Ethics & Technical Communication projects from the Fall 2021 semester at UAF.
## Dark Patterns Project
Install the dependencies...
```bash
cd cs371
npm install
```
...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```
Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.