Skip to content

HurraTech/hurracloud.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up dev environment

1- git clone the project

2- Run npm install

3- To start dev server, run the following command npm run dev

Exporting Static Version

1- Start new build npx next build

2- run npx next export

3- The static folder will be generated in out folder

4- It must be from HTTP server. To try, go to the out folder then run python -m SimpleHTTPServer

5- Test by opening http://localhost:8000

Releases

No releases published

Packages

No packages published