An open API service indexing awesome lists of open source software.

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.

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.