Skip to content

nvurdien/acmwebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Prerequisites

How to Build

Dev

In a terminal, navigate to the repository and execute these commands:

  • cd acmwebsite
  • npm install && npm start

A browser will launch and open the website. You can now begin development! Any changes made to the website will update automatically, no need to rebuild.

Production

To create an optimized production build, run this command:

  • npm run build

Or, in VSCode:

  • Mac: ⌘ + SHIFT + B
  • Windows: CTRL + SHIFT + B

This generates the build folder, which contains the files you will deploy to the server to be published for all to see! 👀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published