Waku.org https://waku.org
Go to file
Pawel 53516f4cec WAKU website 2021-10-19 16:09:03 +02:00
src WAKU website 2021-10-19 16:09:03 +02:00
.gitignore WAKU website 2021-10-19 16:09:03 +02:00
README.md WAKU website 2021-10-19 16:09:03 +02:00
_config.yml WAKU website 2021-10-19 16:09:03 +02:00
gulpfile.js WAKU website 2021-10-19 16:09:03 +02:00
package-lock.json WAKU website 2021-10-19 16:09:03 +02:00
package.json WAKU website 2021-10-19 16:09:03 +02:00
postcss.config.js WAKU website 2021-10-19 16:09:03 +02:00
tailwind.config.js WAKU website 2021-10-19 16:09:03 +02:00

README.md

How to run the project

  1. Install the dependencies:

    # npm
    npm install
    
  2. Start the development server:

    # gulp
    gulp
    

    Now you should be able to see the project running at localhost:3000.

  3. Open ./index.html in your editor and start editing!

For production

# gulp
gulp build