https://github.com/oneflow-inc/oneflow-inc.github.io
https://github.com/oneflow-inc/oneflow-inc.github.io
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oneflow-inc/oneflow-inc.github.io
- Owner: Oneflow-Inc
- License: apache-2.0
- Created: 2021-07-07T03:19:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T09:26:59.000Z (over 4 years ago)
- Last Synced: 2025-02-14T05:43:21.514Z (over 1 year ago)
- Language: ReScript
- Size: 519 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneFlow Landing Page
## Development
Run ReScript in dev mode:
```
npm run res:start
```
In another tab, run the Next dev server:
```
npm run dev
```
## Useful commands
Build CSS seperately via `postcss` (useful for debugging)
```
# Devmode
npx postcss styles/main.css -o test.css
# Production
NODE_ENV=production npx postcss styles/main.css -o test.css
```
## Credit
### Original author of this template
https://github.com/ryyppy/rescript-nextjs-template