Waku.org https://waku.org
Go to file
Pawel e383c0ef8f Change npm to yarn 2021-11-02 13:41:47 +01:00
src Change npm to yarn 2021-11-02 13:41:47 +01:00
.gitignore WAKU website 2021-10-19 16:09:03 +02:00
.htaccess add htaccess 2021-11-02 13:01:02 +01:00
README.md Change npm to yarn 2021-11-02 13:41:47 +01: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.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
yarn.lock Change npm to yarn 2021-11-02 13:41:47 +01:00

README.md

How to run the project

  1. Install the dependencies:

    # yarn
    yarn 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