Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 741 Bytes

YMath.io

This is the repository for the redesign of https://ymath.io/. The redesign is hosted at https://dev.ymath.io/.

Writing content

Join the Discord server to apply to be a writer!

If you're already onboard, check out the content writing guide here.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.