This is a Next.js project bootstrapped with create-next-app.
This is the source code for the Sequoia Fabrica Landing page, hosted at sequoiafabrica.org
Before getting started, make sure you are running Node version 20.11.1. It may work on other versions, it also may not.
node --versionIf it's not on the right version, you can use nvm:
nvm install 20.11.1First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
This application is configured for testing with storybook. To run the storybook server:
npm run storybookEach component in the /components directory should be placed in its own subdirectory with a component .tsx file and (optionally) a .stories.tsx file.
npm run cleanAll project resources are located in the public directory. All source code is in the src directory.
- preference goes to formatting with tailwindcss whenever possible. Avoid adding custom css for every component you add.
Please file any bugs here or report them via email [email protected]