Skip to content

Commit 227cbc4

Browse files
committed
readme
1 parent 88344ec commit 227cbc4

File tree

1 file changed

+3
-31
lines changed

1 file changed

+3
-31
lines changed

Diff for: README.md

+3-31
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,4 @@
1-
# Webpack Frontend Starterkit
1+
# Boids algorithm visualizer
22

3-
[![Dependabot badge](https://flat.badgen.net/dependabot/wbkd/webpack-starter?icon=dependabot)](https://dependabot.com/)
4-
5-
A lightweight foundation for your next webpack based frontend project.
6-
7-
8-
### Installation
9-
10-
```
11-
npm install
12-
```
13-
14-
### Start Dev Server
15-
16-
```
17-
npm start
18-
```
19-
20-
### Build Prod Version
21-
22-
```
23-
npm run build
24-
```
25-
26-
### Features:
27-
28-
* ES6 Support via [babel](https://babeljs.io/) (v7)
29-
* SASS Support via [sass-loader](https://github.com/jtangelder/sass-loader)
30-
* Linting via [eslint-loader](https://github.com/MoOx/eslint-loader)
31-
32-
When you run `npm run build` we use the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to move the css to a separate file. The css file gets included in the head of the `index.html`.
3+
It's a visualizer made solely for AlgoExpert SWE contest.
4+
Nothing ground breaking. just a nice-looking visualization of boids algorithm by Craig reynolds.

0 commit comments

Comments
 (0)