Update README.md
This commit is contained in:
parent
0d41f2736a
commit
3d462c20c9
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,14 +1,20 @@
|
|||
# myco.systems
|
||||
|
||||
This has been my (brooke) project to start a website from scratch, no external dependancies. Obviously much harder so far, but a nice learning experience. Maybe at some point I'll work on compiling these into a bit of a theme of tailwind or something.
|
||||
This has been my (brooke) project to start a website from scratch, no external ~~dependancies~~ **(using three.js now, but still no external stylesheets)**. Obviously much harder so far, but a nice learning experience. Maybe at some point I'll work on compiling these into a bit of a theme of tailwind or something.
|
||||
|
||||
Trying to keep it under 50 MB, currently it's around 10 MiB with the icons and backgrounds, the actual payload sent to the browser is around ~~31KB~~ **(~800 KiB :c)**
|
||||
|
||||
Update: mostly started from the ground up, got some inspiration from https://codepen.io/prisoner849 and started trying to learn three.js, looks very interesting so far. It's a big mess and I don't expect most of this code to be moved into future releases but I think it looks cool and it's performant enough for the end user.
|
||||
|
||||
I still have some gripes about importing a library, it's obvious in the waterfall that it is measurably increasing page loads by almost a second, sometimes two.
|
||||
|
||||
Trying to keep it under 50 MB, currently it's around 18 MB with the icons and backgrounds, the actual payload sent to the browser is around 31KB
|
||||
|
||||
```
|
||||
git clone https://git.myco.systems/mycosystems/myco.systems.git
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
|
||||
#### Woah spinny
|
||||
|
||||

|
Loading…
Add table
Reference in a new issue