You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Keys.lol
2
-
Cryptocurrency private keys
2
+
This repository contains the website for [Keys.lol](https://keys.lol).
3
+
4
+
The code that generates the keys is in [a separate repository](https://github.com/SjorsO/keys-generator).
3
5
4
6
## Laravel version
5
7
[Compare to laravel master](https://github.com/laravel/laravel/compare/915667a8d5fa31e7d35b617f64c47ab67a64a171...master)
@@ -10,11 +12,22 @@ Make sure the [keys generator executable](https://github.com/SjorsO/keys-generat
10
12
```bash
11
13
cp .env.example .env
12
14
15
+
# Fill in the .env file
16
+
13
17
composer install
14
18
15
19
php artisan key:generate
16
20
17
-
artisan migrate:fresh --seed
21
+
artisan migrate:fresh
18
22
19
23
npm install && npm run dev
20
24
```
25
+
26
+
## Contributing
27
+
Feel free to open a pull request if you want to add new features, or if you want to help improve the code, design, text, seo, or any other part of the website.
28
+
29
+
If you want want to discuss an idea with me before implementing it, you can contact me by email, twitter, or by opening an issue.
30
+
31
+
## License
32
+
33
+
This project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
0 commit comments