You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Descartaê is the easiest way to correctly discard your wastes, and this is the project Website :)
4
+
Descartaê is the easiest way to correctly discard your wastes, and this is its Website :)
5
5
6
-
## ParcelJS
7
-
This project is using ParceJS the blazing fast, zero configuration web application bundler. You must have ParcelJS (https://parceljs.org) installed to build and run the project correctly.
6
+
## Running
7
+
This project is based on [npm](https://www.npmjs.com/)/[yarn](https://yarnpkg.com/) package manager. Just follow these steps to get it running on your machine!
8
8
9
-
**1 - install Parcel using Yarn or npm**
9
+
**1 - Install Dependencies**
10
10
11
-
Yarn: `yarn global add parcel-bundler`
12
-
npm: `npm install -g parcel-bundler`
11
+
Yarn: `yarn`
12
+
npm: `npm install`
13
13
14
-
**2 - run the project**
14
+
**2 - Running**
15
15
16
-
`parcel index.html`
16
+
Yarn: `yarn start`
17
+
npm: `npm start`
17
18
18
-
It will be available at: http://127.0.0.1:1234/
19
+
The website will be available at: http://127.0.0.1:1234/
19
20
20
-
PS: Remember to run `npm install` at the root of the project before run the project.
21
+
**3 - Preparing for deploy**
22
+
23
+
Yarn: `yarn run build`
24
+
npm: `npm run build`
25
+
26
+
It will generate a `dist` folder, with the website ready for production.
0 commit comments