add folders here
Name | Description |
---|---|
NextJS | The React Framework for Production. |
ReactJS | A JavaScript library for building user interfaces. |
TypeScript | TypeScript is a typed superset of JS that adds static types. |
Material Ui | React component library that implements the Material Design principles. |
D3.js | JavaScript library for data visualization. |
React syntax highlighter | Lets you add syntax highlighting to code blocks or code snippets. |
Tailwind | Comprehensive set of pre-defined utility classes. |
- Install project dependencies
yarn install or npm install
- Start the development server
yarn dev or npm run dev
- Build for production
yarn build or npm run build
- Run production mode
yarn start or npm start
MIT © Daniel Popek