Skip to content

mikasa-ack/mikasa-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mikasa Website and Documentation

  • Mikasa website - build in ReactJS.

  • Documentation site built with Retype.

Main Website

Build dir

The build folder contains the compiled website.

Deployment

With surge.sh:

./deploy-surge.sh

The website is currently deployed here: https://mikasa-ack.surge.sh/

You can preview and build the site using the following commands:

Install & Start NPM

npm i
npm start

Build Website

npm run build

Documentaiton Site

Static version of the site (for deployment) is outputted to the .retype directory. The docs site is currently deployed to: https://mikasa-hackathon-docs.surge.sh

Generate the docs site

retype build

Releases

No releases published

Packages

No packages published