mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:35:16 +03:00
Merge pull request #332 from teaxyz/babel-fix
This commit is contained in:
commit
f9859b5a0f
|
@ -2,13 +2,11 @@
|
|||
|
||||
Deploys to [tea.xyz].
|
||||
|
||||
|
||||
# Legal
|
||||
|
||||
You may not publish this website in an attempt to masquerade as tea.inc.
|
||||
The tea logo and wordmark are registered trademarks of tea.inc.
|
||||
|
||||
|
||||
# Contributing
|
||||
|
||||
* The site is built with [Hugo] and [Bootstrap].
|
||||
|
@ -43,10 +41,10 @@ just package-pages
|
|||
## Dependencies
|
||||
|
||||
| Project | Version |
|
||||
|--------------|---------|
|
||||
|--------------|------------|
|
||||
| gohugo.io | >=0.99 |
|
||||
| nodejs.org | =18.13.0 |
|
||||
| npmjs.com | * |
|
||||
| npmjs.com | >=9<9.6.5 |
|
||||
| just.systems | ~1 |
|
||||
|
||||
# Build
|
||||
|
@ -60,7 +58,6 @@ hugo --source src --destination ../public --minify
|
|||
just build
|
||||
```
|
||||
|
||||
|
||||
[tea.xyz]: https://tea.xyz
|
||||
[Bootstrap]: https://getbootstrap.com/docs/5.2/getting-started/introduction/
|
||||
[Hugo]: https://gohugo.io/documentation/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "basic react config for https://tea.xyz",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "npx babel src --out-dir lib --no-babelrc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue