Go to file
Cassie Cheung 35b6cdc055
feat(index): add compatibility info
2023-03-28 19:55:13 +08:00
src feat(index): add compatibility info 2023-03-28 19:55:13 +08:00
.editorconfig chore: init 2023-03-25 16:18:02 +08:00
.gitattributes chore: init 2023-03-25 16:18:02 +08:00
.gitignore feat(node): setup development env 2023-03-28 19:17:36 +08:00
LICENSE chore: init 2023-03-25 16:18:02 +08:00
README.md docs(readme): add build and dev instructions 2023-03-28 19:45:32 +08:00
bs-config.js feat(node): setup development env 2023-03-28 19:17:36 +08:00
nodemon.json feat(node): setup development env 2023-03-28 19:17:36 +08:00
package.json feat(node): setup development env 2023-03-28 19:17:36 +08:00
pnpm-lock.yaml feat(node): setup development env 2023-03-28 19:17:36 +08:00

soopy.neocities

main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main main

Setup instructions

I don't plan on using any html/css processors so if all you want to do is host the site you can just serve the src/ directory!

However, there's a nodejs script that aids development. (I am lazy and don't want to press F5 to see changes.)

The script is only tested on (Arch) Linux. MacOS may work, Windows is unsupported.

To use that, follow these steps:

Note: I have no idea if/how well the pnpm install script works, so I would recommend getting nodejs as well, just in case.

  1. Install nodejs (v18+ should work) and pnpm
  2. Run pnpm install
  3. Run pnpm start
  4. Open your browser and navigate to http://localhost:3000 or whatever it says on the output.
  5. Bone Apple Tea.