Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purefuncinc/purefunc-net
$_purefunc Website
https://github.com/purefuncinc/purefunc-net
website
Last synced: 9 days ago
JSON representation
$_purefunc Website
- Host: GitHub
- URL: https://github.com/purefuncinc/purefunc-net
- Owner: PureFuncInc
- Created: 2024-01-28T11:47:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T15:31:53.000Z (7 months ago)
- Last Synced: 2024-04-13T20:10:00.749Z (7 months ago)
- Topics: website
- Language: TypeScript
- Homepage: https://purefunc.net
- Size: 7.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Official website repository of $_purefunc
![](https://github.com/PureFuncInc/purefunc-net/actions/workflows/on-schedule.yml/badge.svg) ![](https://github.com/PureFuncInc/purefunc-net/actions/workflows/on-issue-unlabeled.yml/badge.svg)![](images/banner.webp)
## 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
```