hackomscs / hackomscs-next

https://hackomscs.com
0 stars 1 forks source link

update tooling & fix dev build #3

Closed anthonyorona closed 9 months ago

anthonyorona commented 9 months ago

The main branch is not building locally. There are abandoned and deprecated dependencies. The source code has not changed, but the tooling has been replaced.

A development environment is now specified:

node: v20.10.0
yarn: 1.22.21

I recommend using nvm to manage node.

Changes of significance:

Because this is essentially a static site generated with next we don't need to maintain cypress or storybook, or even get them working to begin with. The app is lightweight enough to use the dev server to test manually and to customize components.