mirror of https://github.com/waku-org/waku.org.git
Waku.org
https://waku.org
da4ce3ef65 | ||
---|---|---|
src | ||
.gitignore | ||
README.md | ||
_config.yml | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js |
README.md
How to run the project
-
Install the dependencies:
# npm npm install
-
Start the development server:
# gulp gulp
Now you should be able to see the project running at localhost:3000.
-
Open
./index.html
in your editor and start editing!
For production
# gulp
gulp build