public/*- Static assets including, texts, icons and images.components/*- All components used:Footer,Header,Menu,ListeningNow,Strava,Title,TopTrackspages/*- All other static pages.pages/sobre- Static pages about me.pages/activities- Page with activities loaded on strava.pages/ouvindo- Static page with used songs spotify.pages/trampos- Static page with used projects and stacks.pages/snippets/*- Static pre-rendered snippets pages.styles/*- Global styles and theme.templates/*- The different page layouts.types/*- Types created.utils/*- A collection of helpful utilities or code for external services.
This application requires Node.js v16.13+.
git clone https://github.com/twobanks/twobanks.wtf.git
cd twobanks.wtf
yarn install
yarn devCreate a .env file similar to .env.example.
- TypeScript - for static type checking
- NextJS - framework react
- Vercel - deploy
- styled-component - CSS for styling React component
- SWR - hooks for data fetching
- ESLint - for code linting
- Prettier - for code formatting
