Waku.org https://waku.org
Go to file
Pawel 5127152950 htaccess file 2021-11-02 14:02:31 +01:00
src htaccess file 2021-11-02 14:02:31 +01:00
.gitignore WAKU website 2021-10-19 16:09:03 +02:00
.htaccess htaccess file 2021-11-02 14:02:31 +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