misc
This commit is contained in:
parent
9d0d21b4ee
commit
aa08237f07
3 changed files with 20 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.env
|
||||
.env.*
|
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"deno.enable": true,
|
||||
"deno.unstable": true
|
||||
}
|
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# [dreamland.lio.systems]
|
||||
|
||||
Source of Truth for all my Projects
|
||||
|
||||
## Requirements
|
||||
|
||||
- [vr]
|
||||
|
||||
## Development
|
||||
|
||||
To successfully generate routes, use `vr routes` in WSL,
|
||||
|
||||
[vr]: velociraptor.run
|
||||
[dreamland.lio.systems]: https://dreamland.lio.systems
|
Loading…
Add table
Reference in a new issue