https://github.com/purefuncinc/purefunc-net
$_purefunc Website
https://github.com/purefuncinc/purefunc-net
blog website
Last synced: about 1 year ago
JSON representation
$_purefunc Website
- Host: GitHub
- URL: https://github.com/purefuncinc/purefunc-net
- Owner: PureFuncInc
- Created: 2024-01-28T11:47:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T06:10:42.000Z (about 1 year ago)
- Last Synced: 2025-05-11T07:20:34.775Z (about 1 year ago)
- Topics: blog, website
- Language: TypeScript
- Homepage: https://purefunc.net
- Size: 12.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 80
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Official website repository of $_purefunc
 

## Commands for setting up the project
```bash
npx create-react-app purefunc-net --template typescript
```
```bash
npm install tailwindcss-animated react-icons react-d3-cloud react-markdown react-router-dom @tailwindcss/typography
```
```bash
npm install --save-dev @babel/plugin-proposal-private-property-in-object
```
```bash
npm install --save-dev tailwindcss autoprefixer eslint-plugin-react eslint-plugin-tailwindcss
```
```bash
npm install --save-dev --save-exact prettier prettier-plugin-tailwindcss
```
```bash
npx tailwindcss init
```