You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<div align="center"> <h2>Siameses</h2> </div>
Site for Siameses SAC, representatives of Doulton ® Water Filters in Peru.
To set up a development environment, run
```sh yarn install yarn dev ```
If you wish to develop without populating the project with `node_modules` dependencies, there is a `docker-compose.yml` you can use, just run the following in the project's root
```sh docker-compose up -d ```
Using any of the two previous methods, access the site on `http://localhost:8080`
To build the site on production, the preferred method is Docker. Run the following in the project's root. _Note you need to have a valid `.env` file, you can bootstrap one from the existing `.env.example`_.
```sh docker-compose -f docker-compose.prod.yml up -d ```
|