20 lines
768 B
Plaintext
20 lines
768 B
Plaintext
|
|
Originally an indie studio was going to be made between me and another friend
|
|
under the moniker "suzzy games". We planned to make multiplayer games, mostly
|
|
ones that ran in the web browser so I researched and designed infastructure to
|
|
allow that. However this idea was scrapped and I opted to use my personal
|
|
brand 'pancakz' instead.
|
|
|
|
This website is forever stuck in limbo due to an unfinished refactor.
|
|
|
|
A lot of it's code was canabalized. Deleted and reafactored into 'template-auth'
|
|
which was itself was also canabalized and now feeds into every other project
|
|
that requires an authentication framework.
|
|
|
|
If you wish to see what this website looks like for yourself run the following
|
|
commands:
|
|
|
|
* npm install
|
|
* npm run preview
|
|
* explorer.exe http://localhost:8080
|