https://github.com/guillotinaweb/fenix
https://github.com/guillotinaweb/fenix
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillotinaweb/fenix
- Owner: guillotinaweb
- Created: 2020-11-14T09:25:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-14T09:57:08.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T03:26:14.402Z (8 months ago)
- Language: JavaScript
- Size: 576 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Documentation
A training on how to create your own website using Volto is available as part of the Plone training at [https://training.plone.org/5/volto/index.html](https://training.plone.org/5/volto/index.html).
## Quick Start
Below is a list of commands you will probably find useful.
### `yarn start`
Runs the project in development mode.
You can view your application at `http://localhost:3000`The page will reload if you make edits.
### `yarn build`
Builds the app for production to the build folder.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!### `yarn start:prod`
Runs the compiled app in production.
You can again view your application at `http://localhost:3000`
### `yarn test`
Runs the test watcher (Jest) in an interactive mode.
By default, runs tests related to files changed since the last commit.### `yarn i18n`
Runs the test i18n runner which extracts all the translation strings and
generates the needed files.### mr_developer
[mr_developer](https://www.npmjs.com/package/mr-developer) is a great tool
for developing multiple packages at the same time.mr_developer should work with this project by using the `--config` config option:
```bash
mrdeveloper --config=jsconfig.json
```Volto's latest razzle config will pay attention to your jsconfig.json file
for any customizations.